You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2005/08/26 08:37:50 UTC

DO NOT REPLY [Bug 35810] - Lucene content indexer doesn't work when binding is enabled

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35810>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35810





------- Additional Comments From na.ais40@wanadoo.fr  2005-08-26 08:37 -------
i think i've found the reason of this behaviour but i still need help for
solving it.

The problem comes from the 'matches' method from the ExtractorManager class.
- when binding is disabled the line
   uri.startsWith(extractor.getUri()) returns true because :
      uri is /documents/install.txt
      extractor.uri=/documents

- but when binding is enabled :
   uri is /112497926846/0/29
   extractor.uri=/documents       this meens that 'matches' never match an
Extractor so content ise never indexed.

When reading metadata/.def.xml i've seen the tag <child name="documents"
uuri="112497926846/0/23" />
and in metadata/112497926846/0/29.def.xml there is the tag <parent
name="install.txt" uuri="112497926846/0/23" />

I need help from a developper of slide (or someone else) because i don't know
how to retrieve these properties for matching them. 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org