2) Actually index an 'all' field for my document by just concatenating the content from the title, body, and notes fields.
... but this doubles my index size. :(
This is actually my recommended approach. As for doubling the index size - not necessarily. If you only use stored fields for the ones that truly need to be retrievable things are more efficient space-wise. For example, you do not need to store the "all" field (use Field.UnStored).
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
