You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Cam Bazz <ca...@gmail.com> on 2008/02/04 13:15:58 UTC

ParallelReader question

Hello,

When using a parallel reader with two indexes lets say, when we call a
document with id,
is it the combined fields of a document from the two indexes that return?

The documentation was not clear on that one, except the document(int n,
FieldSelector fs) method.

Best,
-C.B.