Uses of Interface
org.hibernate.search.engine.search.sort.SearchSort
-
-
Uses of SearchSort in org.hibernate.search.backend.elasticsearch.logging.impl
Methods in org.hibernate.search.backend.elasticsearch.logging.impl with parameters of type SearchSort Modifier and Type Method Description SearchExceptionLog_$logger. cannotMixElasticsearchSearchSortWithOtherSorts(SearchSort sort)SearchExceptionLog. cannotMixElasticsearchSearchSortWithOtherSorts(SearchSort sort)SearchExceptionLog_$logger. sortDefinedOnDifferentIndexes(SearchSort sort, Set<String> sortIndexes, Set<String> scopeIndexes)SearchExceptionLog. sortDefinedOnDifferentIndexes(SearchSort sort, Set<String> sortIndexes, Set<String> scopeIndexes) -
Uses of SearchSort in org.hibernate.search.backend.elasticsearch.search.query.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type SearchSort Modifier and Type Method Description voidElasticsearchSearchQueryBuilder. sort(SearchSort sort) -
Uses of SearchSort in org.hibernate.search.backend.elasticsearch.search.sort.impl
Subinterfaces of SearchSort in org.hibernate.search.backend.elasticsearch.search.sort.impl Modifier and Type Interface Description interfaceElasticsearchSearchSortClasses in org.hibernate.search.backend.elasticsearch.search.sort.impl that implement SearchSort Modifier and Type Class Description classAbstractElasticsearchReversibleSortclassAbstractElasticsearchSortclassElasticsearchCompositeSortMethods in org.hibernate.search.backend.elasticsearch.search.sort.impl that return SearchSort Modifier and Type Method Description SearchSortElasticsearchCompositeSort.Builder. build()SearchSortElasticsearchSearchSortBuilderFactory. indexOrder()Methods in org.hibernate.search.backend.elasticsearch.search.sort.impl with parameters of type SearchSort Modifier and Type Method Description voidElasticsearchCompositeSort.Builder. add(SearchSort sort)static ElasticsearchSearchSortElasticsearchSearchSort. from(ElasticsearchSearchIndexScope<?> scope, SearchSort sort) -
Uses of SearchSort in org.hibernate.search.backend.elasticsearch.types.sort.impl
Classes in org.hibernate.search.backend.elasticsearch.types.sort.impl that implement SearchSort Modifier and Type Class Description classElasticsearchDistanceSortclassElasticsearchStandardFieldSort -
Uses of SearchSort in org.hibernate.search.backend.lucene.logging.impl
Methods in org.hibernate.search.backend.lucene.logging.impl with parameters of type SearchSort Modifier and Type Method Description SearchExceptionLog_$logger. cannotMixLuceneSearchSortWithOtherSorts(SearchSort sort)SearchExceptionLog. cannotMixLuceneSearchSortWithOtherSorts(SearchSort sort)SearchExceptionLog_$logger. sortDefinedOnDifferentIndexes(SearchSort predicate, Set<String> predicateIndexes, Set<String> scopeIndexes)SearchExceptionLog. sortDefinedOnDifferentIndexes(SearchSort predicate, Set<String> predicateIndexes, Set<String> scopeIndexes) -
Uses of SearchSort in org.hibernate.search.backend.lucene.search.query.impl
Methods in org.hibernate.search.backend.lucene.search.query.impl with parameters of type SearchSort Modifier and Type Method Description voidLuceneSearchQueryBuilder. sort(SearchSort sort) -
Uses of SearchSort in org.hibernate.search.backend.lucene.search.sort.impl
Subinterfaces of SearchSort in org.hibernate.search.backend.lucene.search.sort.impl Modifier and Type Interface Description interfaceLuceneSearchSortClasses in org.hibernate.search.backend.lucene.search.sort.impl that implement SearchSort Modifier and Type Class Description classAbstractLuceneReversibleSortclassAbstractLuceneSortMethods in org.hibernate.search.backend.lucene.search.sort.impl that return SearchSort Modifier and Type Method Description SearchSortLuceneSearchSortBuilderFactory. indexOrder()Methods in org.hibernate.search.backend.lucene.search.sort.impl with parameters of type SearchSort Modifier and Type Method Description static LuceneSearchSortLuceneSearchSort. from(LuceneSearchIndexScope<?> scope, SearchSort sort) -
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 org.apache.lucene.search.SortLuceneMigrationUtils. toLuceneSort(SearchSort sort) -
Uses of SearchSort in org.hibernate.search.backend.lucene.types.sort.impl
Classes in org.hibernate.search.backend.lucene.types.sort.impl that implement SearchSort Modifier and Type Class Description classAbstractLuceneDocumentValueSortclassLuceneGeoPointDistanceSortclassLuceneStandardFieldSort -
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 SSearchQueryOptionsStep. 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 SAbstractSearchQueryOptionsStep. sort(SearchSort sort) -
Uses of SearchSort in org.hibernate.search.engine.search.query.spi
Methods in org.hibernate.search.engine.search.query.spi with parameters of type SearchSort Modifier and Type Method Description voidSearchQueryBuilder. 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 SearchSortSortFinalStep. toSort()Create aSearchSortinstance 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 SCompositeSortComponentsStep. 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.impl
Methods in org.hibernate.search.engine.search.sort.dsl.impl that return SearchSort Modifier and Type Method Description protected SearchSortDistanceSortOptionsStepImpl. build()protected SearchSortFieldSortOptionsStepImpl. build()protected SearchSortScoreSortOptionsStepImpl. build()SearchSortCompositeSortComponentsStepImpl. toSort()Methods in org.hibernate.search.engine.search.sort.dsl.impl with parameters of type SearchSort Modifier and Type Method Description CompositeSortComponentsStepImplCompositeSortComponentsStepImpl. add(SearchSort searchSort) -
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 SearchSortAbstractSortThenStep. build()protected SearchSortStaticSortThenStep. build()SearchSortAbstractSortThenStep. toSort()SearchSortSearchSortDslContext. toSort()Create aSearchSortinstance 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<SC,PDF>SearchSortDslContext. append(SearchSort sort)Create a new context with a sort appended.protected SortThenStepAbstractSearchSortFactory. staticThenStep(SearchSort sort)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 SearchSortSearchSortBuilder. build()SearchSortSearchSortBuilderFactory. indexOrder()Methods in org.hibernate.search.engine.search.sort.spi with parameters of type SearchSort Modifier and Type Method Description voidCompositeSortBuilder. add(SearchSort sort)
-