Variable for only path to taget file

(from github.com/makiyama-shinji)
Hi,

I crawl file system and search results show links to href="${doc.urlLink}".
Are there any variable for only path to target file ?

(from github.com/marevol)
doc.filename is available.

(from github.com/makiyama-shinji)
Thank you for your support.
Do you mean I can use “${doc.filename}” instead of “${doc.urlLink}” ?

a class=“link” href="${doc.filename}" data-uri="${doc.filename}"
data-id="${doc.doc_id}" data-order="${s.index}">${f:h(doc.contentTitle)}</a

It does not work…
How can I use “${doc.filename}” ?