Is it possible to use a DateFilter without a query?
Created Dec 17, 2001
Otis Gospodnetic For date ranges one can use a RangeQuery containing String representations of date objects (DateField.dateToString()) for the lower and the upper term.
At least one of terms must not be null, in case you want to search after or before specified date.
At least one of terms must not be null, in case you want to search after or before specified date.