Class DateRangeField

  • All Implemented Interfaces:
    DateValueFieldType, SpatialQueryable

    public class DateRangeField
    extends AbstractSpatialPrefixTreeFieldType<org.apache.lucene.spatial.prefix.NumberRangePrefixTreeStrategy>
    implements DateValueFieldType
    A field for indexed dates and date ranges. It's mostly compatible with DatePointField. It has the potential to allow efficient faceting, similar to facet.enum.
    See Also:
    NumberRangePrefixTreeStrategy, DateRangePrefixTree