Is there any other way to extract all documents from an index apart
from adding an additional field with the same value to all documents and
then doing a term query on that field with the common value?
Of course. Have a look at the IndexReader API.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
