Has there ever been any work done to allow the searching on stored, but unindexed fields?
It does not seems to be trivial, since a user could use and/or constructs that mixed indexed and non-indexed fields. On a related note, does lucene optimize the search based on term frequency? So that if I use +field1:value1 and +field2:value0 and it knows that the second term is much more unique, it will do that search first, and use skipTo on the first one? If so, does the same happen for range searches? Thanks, Robert Engels --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]