Interface LuceneSearchSortCollector
- All Superinterfaces:
SortRequestContext
- All Known Implementing Classes:
LuceneSearchQueryBuilder
A sort collector for Lucene, using
SortField to represent sorts.
Used by Lucene-specific sort contributors.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcollectSortField(org.apache.lucene.search.SortField sortField) voidcollectSortFields(org.apache.lucene.search.SortField[] sortFields) Methods inherited from interface org.hibernate.search.backend.lucene.search.sort.impl.SortRequestContext
toPredicateRequestContext
-
Method Details
-
collectSortField
void collectSortField(org.apache.lucene.search.SortField sortField) -
collectSortFields
void collectSortFields(org.apache.lucene.search.SortField[] sortFields)
-