Re: Determining index from MultiSearcher

2006-09-07 Thread Chris Hostetter
: 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/ap

Determining index from MultiSearcher

2006-09-07 Thread Shane Perry
I am currently working on an application which requires the ability to search multiple indexes using the same query. I can use the MultiSearcher object to do this without any problem. For ranking purposes, I need to know at least the String version of the Directory associated with the index f