Class DateRangeQuery


  • @Uncommitted
    @Public
    public class DateRangeQuery
    extends AbstractFtsQuery
    A FTS query that matches documents on a range of dates. At least one bound is required, and the parser to use for the date (in String form) can be customized (see dateTimeParser(String)).
    Since:
    2.3.0
    Author:
    Simon Baslé, Michael Nitschinger