you could use something like:
int maxDoc = reader.maxDoc(); for (int i = 0; i < maxDoc; i++) { Document doc = reader.document(i); }
Bernhard
Hi,
is it possible to retrieve ALL documents from a Lucene index? This should then actually not be a search...
Karl
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]