On Thu, 5 Jan 2006, Aditya Liviandi wrote:

Is there anyone who could help me better understand the file structure
of the indexes though?

The Berkeley DB implementations in the 'db' contrib area write out blocks of index data as fed by the Lucene Directory classes. It has no understanding of the underlying index format. In other words, it does more or less what a file system does, except inside a transaction.

Andi..

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to