On Nov 20, 2003, at 13:45, Eric Jain wrote:


If the document contains unstored fields, the only way to reconstruct
the document is by iterating through all terms in the index and picking
out those that reference the document.

Hmmm... how would you do that? Something along the lines of aReader.terms() and then for each Term use aReader.termDocs() to try to figure out which document it belongs to? Something else altogether? How do you move the doc/terms to the other index then?


 This is likely to be to
inefficient for any practical purposes...

That's ok :)


Alternatively, would it be possible to use FieldsReader/FieldsWriter or such to move the raw data from one index to the other without ill side effects?

TIA.

Cheers,

PA.


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



Reply via email to