How can I find the single index associated with each Document returned by a search over multiple indexes? The document number is not enough, I want to save the index also so that later I can retrieve the file contents that was stored in the index. This question applies to Lucene 3.5.0.
Thanks, Mark