[
https://issues.apache.org/jira/browse/FOR-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Williams closed FOR-703.
----------------------------
Resolution: Fixed
Fix Version/s: 0.9-dev
Assignee: Tim Williams
Fixed in r1032832 by not indexing URIs with ext, site protocols and lowering
the priority of the long template match.
> Our local search with Lucene gets failures at index time when remote files
> are declared in site.xml
> ---------------------------------------------------------------------------------------------------
>
> Key: FOR-703
> URL: https://issues.apache.org/jira/browse/FOR-703
> Project: Forrest
> Issue Type: Bug
> Components: Core operations, Other
> Affects Versions: 0.8
> Reporter: David Crossley
> Assignee: Tim Williams
> Fix For: 0.9-dev
>
>
> Our Lucene search, when building its index, follows our site.xml (linkmap) to
> gather the files to be indexed. If the entries include a link to a remote
> site, then Lucene build a wonky reference.
> There are some examples in our site-author/content/site.xml for example ...
> ----------
> <SVN label="Browse SVN"
> href="http://svn.apache.org/viewcvs.cgi/forrest/trunk/"/>
> ... causes error because it tries to index this URI ...
> /svn/asf/forrest/site-author/./content/xdocs/http:/svn.apache.org/viewcvs.cgi/forrest/trunk/index.xml
> ----------
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.