Uses of Interface
org.hibernate.search.engine.search.sort.SearchSort
-
-
Uses of SearchSort in org.hibernate.search.backend.lucene.search.spi
Methods in org.hibernate.search.backend.lucene.search.spi with parameters of type SearchSort Modifier and Type Method Description static Sort
LuceneMigrationUtils. toLuceneSort(SearchSort sort)
-
Uses of SearchSort in org.hibernate.search.engine.search.query.dsl
Methods in org.hibernate.search.engine.search.query.dsl with parameters of type SearchSort Modifier and Type Method Description S
SearchQueryOptionsStep. sort(SearchSort sort)
Add a sort to this query. -
Uses of SearchSort in org.hibernate.search.engine.search.query.dsl.spi
Methods in org.hibernate.search.engine.search.query.dsl.spi with parameters of type SearchSort Modifier and Type Method Description S
AbstractSearchQueryOptionsStep. sort(SearchSort sort)
-
Uses of SearchSort in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl that return SearchSort Modifier and Type Method Description SearchSort
SortFinalStep. toSort()
Create aSearchSort
instance matching the definition given in the previous DSL steps.Methods in org.hibernate.search.engine.search.sort.dsl with parameters of type SearchSort Modifier and Type Method Description S
CompositeSortComponentsStep. add(SearchSort searchSort)
Add an element to the composite sort based on a previously-builtSearchSort
. -
Uses of SearchSort in org.hibernate.search.engine.search.sort.dsl.spi
Methods in org.hibernate.search.engine.search.sort.dsl.spi that return SearchSort Modifier and Type Method Description protected abstract SearchSort
AbstractSortThenStep. build()
protected SearchSort
StaticSortThenStep. build()
SearchSort
AbstractSortThenStep. toSort()
SearchSort
SearchSortDslContext. toSort()
Create aSearchSort
instance matching the definition given in the previous DSL steps.Methods in org.hibernate.search.engine.search.sort.dsl.spi with parameters of type SearchSort Modifier and Type Method Description SearchSortDslContext<?,PDF>
SearchSortDslContext. append(SearchSort sort)
Create a new context with a sort appended.Constructors in org.hibernate.search.engine.search.sort.dsl.spi with parameters of type SearchSort Constructor Description StaticSortThenStep(SearchSortDslContext<?,?> parentDslContext, SearchSort sort)
-
Uses of SearchSort in org.hibernate.search.engine.search.sort.spi
Methods in org.hibernate.search.engine.search.sort.spi that return SearchSort Modifier and Type Method Description SearchSort
SearchSortBuilder. build()
SearchSort
SearchSortBuilderFactory. indexOrder()
Methods in org.hibernate.search.engine.search.sort.spi with parameters of type SearchSort Modifier and Type Method Description void
CompositeSortBuilder. add(SearchSort sort)
void
SearchSortBuilderFactory. contribute(C collector, SearchSort sort)
Contribute a sort builder to a collector.
-