Interface LuceneSearchSortCollector

All Superinterfaces:
SortRequestContext
All Known Implementing Classes:
LuceneSearchQueryBuilder

public interface LuceneSearchSortCollector extends SortRequestContext
A sort collector for Lucene, using SortField to represent sorts.

Used by Lucene-specific sort contributors.

See Also:
  • Method Details

    • collectSortField

      void collectSortField(org.apache.lucene.search.SortField sortField)
    • collectSortFields

      void collectSortFields(org.apache.lucene.search.SortField[] sortFields)