On Tuesday 29 November 2005 14:47, [EMAIL PROTECTED] wrote:
> Hello,
> 
> I am searching over multiple indices using MultiSearcher. Thus I get hits
> from various indices. Is it possible to determine from which index a hit
> comes?

Yes: use the subIndex() and maybe subDoc() methods here:

http://lucene.apache.org/java/docs/api/org/apache/lucene/search/MultiSearcher.html

Regards,
Paul Elschot


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

Reply via email to