On Feb 9, 2005, at 5:11 PM, Todd VanderVeen wrote:

Is there an additional storage cost to flagging an untokenized, indexed field as stored? Is the flag just for indicating that it be returned in result sets? I assume storage for tokenized fields is managed separately, but am curious if untokenized fields are resolved from the native index structure?

There can be multiple untokenized values per field - you could add multiple Field.Keyword()'s with the same field name. Stored field values are separate from the inverted index. So yes there is an additional storage cost.


        Erik


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



Reply via email to