Re: Get index name from a hit

2006-05-31 Thread Mike Richmond
Thanks for the quick Reply Erik; subSearcher did the trick. --Mike On 5/26/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: I'm running out the door, so only a quick reply... yes you can. Look at the subSearcher(?) method - that'll give you the index. Your application will need to keep track of

Re: Get index name from a hit

2006-05-26 Thread Erik Hatcher
I'm running out the door, so only a quick reply... yes you can. Look at the subSearcher(?) method - that'll give you the index. Your application will need to keep track of which indexes correspond to which indices. Check the archives for the answer too, sorry for the short reply.