On Dec 19, 2005, at 1:23 PM, Klaus wrote:
I) What is exactly written to the index? Is the index just an
inverted list?
Is there term weight scoring stored?
http://lucene.apache.org/java/docs/fileformats.html
1) Get all the documents from the index via the inverted list.
You can random access documents from the IndexReader API, if this is
what you mean.
Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]