Interface LuceneSearchSortCollector
-
- All Known Implementing Classes:
LuceneSearchQueryBuilder
public interface LuceneSearchSortCollectorA sort collector for Lucene, usingSortFieldto represent sorts.Used by Lucene-specific sort contributors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcollectSortField(org.apache.lucene.search.SortField sortField)voidcollectSortField(org.apache.lucene.search.SortField sortField, LuceneFieldComparatorSource nestedFieldSort)voidcollectSortFields(org.apache.lucene.search.SortField[] sortFields)
-
-
-
Method Detail
-
collectSortField
void collectSortField(org.apache.lucene.search.SortField sortField)
-
collectSortField
void collectSortField(org.apache.lucene.search.SortField sortField, LuceneFieldComparatorSource nestedFieldSort)
-
collectSortFields
void collectSortFields(org.apache.lucene.search.SortField[] sortFields)
-
-