On 4/4/07, jafarim <[EMAIL PROTECTED]> wrote:
Any way, is there any way to tell lucene that a field is to be lazy-loaded, from the very beginning of field construction?
No, that data is not stored in the index. Lazy field loading is specified only when retrieving the stored fields of a document, and it can be different each time one requests a document. -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]