Class FunctionRangeQuery

    • Method Detail

      • getFilterCollector

        public DelegatingCollector getFilterCollector​(org.apache.lucene.search.IndexSearcher searcher)
        Description copied from interface: PostFilter
        Returns a DelegatingCollector to be run after the main query and all of its filters, but before any sorting or grouping collectors
        Specified by:
        getFilterCollector in interface PostFilter