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 PM, Chris Fraschetti wrote:

is it most effecient to index or not index 'numeric' ranges that i
will do a range search by    epoc_date:[1104480000 TO 820483200]
would be be better to treat it as Field.Keyword or Field.UnIndexed  ?

--
___________________________________________________
Chris Fraschetti, Student CompSci System Admin
University of San Francisco
e [EMAIL PROTECTED] | http://meteora.cs.usfca.edu

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


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



Reply via email to