: For ranking purposes, I need to know at least the String version of the
: Directory associated with the index for each returned Document.
:
: Does anybody know if there currently some built-in functionality to do this?

note the following methods...

http://lucene.apache.org/java/docs/api/org/apache/lucene/search/MultiSearcher.html#getSearchables()
http://lucene.apache.org/java/docs/api/org/apache/lucene/search/MultiSearcher.html#subSearcher(int)
http://lucene.apache.org/java/docs/api/org/apache/lucene/search/MultiSearcher.html#subDoc(int)

...the last may be of no iterest to you, but from what i've seen
discussed before, the first two are all what you are looking for.



-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to