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 [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to