Oh, it's that simple. :) Thanks for that!
Peter
Morus Walter wrote:
It's lucenes internal id or document number which allows you to access the document and its stored fields.
See IndexSearcher.doc(int i)
or
IndexReader.document(int n)
The docs just don't name the parameter 'id'.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]