Following up on PA's reply. Yes, DateFilter works on *indexed* values, so whether a field is stored or not is irrelevant.

However, DateFilter will not work on fields indexed as "2004-11-05". DateFilter only works on fields that were indexed using the DateField. One option is to use a QueryFilter instead, filtering with a RangeQuery.

        Erik


On Feb 13, 2005, at 7:09 AM, Sanyi wrote:

Hi!

Does DateFilter work on fields indexed as UnStored?
Can I filter an UnStored field with values like "2004-11-05" ?

Regards,
Sanyi


__________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250

---------------------------------------------------------------------
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