If it is unindexed, then you cannot query on it, so you do not have a
choice. The other option is to use a field that is indexed, not
tokenized, and not stored (you have to use new Field(...) to accomplish
that) if you don't want to store the field data.
Erik
On Sep 21, 2004, at 5:54 P
is it most effecient to index or not index 'numeric' ranges that i
will do a range search byepoc_date:[110448 TO 820483200]
would be be better to treat it as Field.Keyword or Field.UnIndexed ?
--
___
Chris Fraschetti, Student CompSci Sys