Can Fess indicate link of path for Explorer on search result ?

(from github.com/makiyama-shinji)
Hello!

We using Fess10.0.3 on Windows2012R2.
The main purpose is a File server document search.

The search result indicate the path of file://~ + file name normally,
but we have a request that link of path for Explorer instead of it.
Or in addition to it.

The version up to recently version or paid support be a solution ?

(from github.com/marevol)
Fess 10 is EOLed. See EOL.
If you need any support, please contact Commercial Support.

(from github.com/makiyama-shinji)
I know what you say.
We can use recently version, so can recently version indicate link of path for Explorer on search result ?

(from github.com/marevol)
You can edit JSP file at Page Design page.

(from github.com/makiyama-shinji)
Thanks !
Show me a fee of Commercial Support.
By getting Commercial Support, we can get it on Fess 10 ?

(from github.com/makiyama-shinji)
I resolved by myself.
Adding to searchResults.jsp.

<c:set var=“filename”>
“${f:h(fn:split(doc.urlLink,”/")[fn:length(fn:split(doc.urlLink,"/"))-1])}"
</c:set>
<c:set var=“fullpath_name” value="${fn:substring(doc.urlLink, 0, fn:length(doc.urlLink) - fn:length(filename) + 2)}" />
(Open Folder)

${doc.contentDescription}

(from github.com/makiyama-shinji)
But, it can open Explorer by only IE. not Chrome.