Path mapping dose not work as I expected.

(from github.com/amsiat2)
I set the Fess as below.
default
And I got the search result as below. I think the under lined part “href=/go/…” is something wrong.
How can I get “http://test…” as I set up.
default

(from github.com/marevol)
You can check a field value of url in Admin Search page.
I think it’s url-encoded.

(from github.com/amsiat2)
I checked Admin Search, and the result is as below. How can I replace “file:/E:/…” to “http://…”?
default

(from github.com/marevol)
Did you check url field?
It’s not included in these screenshots.

(from github.com/amsiat2)
Dose blue line in the scrennshot below show a url field?
It seems the url is still “file:/:E:…”

(from github.com/amsiat2)
I stopped using 2Byte-Char with “Regexp” and “Replacement”
Then I got the result as below. Am I going right way?

(from github.com/amsiat2)
I replaced the 3 lines in the searchResult.asp with the 2 lines in admin_search_list.jsp shown as below. And then it worked. Is this a right way to solve my broblem?
default

(from github.com/marevol)
What is your problem?
I need more details…

(from github.com/amsiat2)
My problem is that jump fails when I click links in the result of normal(?) search, but not fails with admin search.