Uses of Interface
org.hibernate.search.engine.search.sort.spi.SearchSortIndexScope
-
-
Uses of SearchSortIndexScope in org.hibernate.search.backend.elasticsearch.scope.model.impl
Classes in org.hibernate.search.backend.elasticsearch.scope.model.impl that implement SearchSortIndexScope Modifier and Type Class Description classElasticsearchSearchIndexScopeImpl -
Uses of SearchSortIndexScope in org.hibernate.search.backend.elasticsearch.search.query.impl
Subinterfaces of SearchSortIndexScope in org.hibernate.search.backend.elasticsearch.search.query.impl Modifier and Type Interface Description interfaceElasticsearchSearchQueryIndexScope<S extends ElasticsearchSearchQueryIndexScope<?>> -
Uses of SearchSortIndexScope in org.hibernate.search.backend.elasticsearch.search.sort.impl
Subinterfaces of SearchSortIndexScope in org.hibernate.search.backend.elasticsearch.search.sort.impl Modifier and Type Interface Description interfaceElasticsearchSearchSortIndexScope<S extends ElasticsearchSearchSortIndexScope<?>> -
Uses of SearchSortIndexScope in org.hibernate.search.backend.lucene.scope.model.impl
Classes in org.hibernate.search.backend.lucene.scope.model.impl that implement SearchSortIndexScope Modifier and Type Class Description classLuceneSearchIndexScopeImpl -
Uses of SearchSortIndexScope in org.hibernate.search.backend.lucene.search.query.impl
Subinterfaces of SearchSortIndexScope in org.hibernate.search.backend.lucene.search.query.impl Modifier and Type Interface Description interfaceLuceneSearchQueryIndexScope<S extends LuceneSearchQueryIndexScope<?>> -
Uses of SearchSortIndexScope in org.hibernate.search.backend.lucene.search.sort.impl
Subinterfaces of SearchSortIndexScope in org.hibernate.search.backend.lucene.search.sort.impl Modifier and Type Interface Description interfaceLuceneSearchSortIndexScope<S extends LuceneSearchSortIndexScope<?>> -
Uses of SearchSortIndexScope in org.hibernate.search.engine.backend.scope.spi
Classes in org.hibernate.search.engine.backend.scope.spi that implement SearchSortIndexScope Modifier and Type Class Description classAbstractSearchIndexScope<S extends SearchQueryIndexScope<?>,M extends AbstractIndexModel<?,? extends C,? extends N>,N extends SearchIndexNodeContext<? super S>,C extends SearchIndexCompositeNodeContext<? super S>> -
Uses of SearchSortIndexScope in org.hibernate.search.engine.search.query.spi
Subinterfaces of SearchSortIndexScope in org.hibernate.search.engine.search.query.spi Modifier and Type Interface Description interfaceSearchQueryIndexScope<S extends SearchQueryIndexScope<?>> -
Uses of SearchSortIndexScope in org.hibernate.search.engine.search.sort.dsl.spi
Classes in org.hibernate.search.engine.search.sort.dsl.spi with type parameters of type SearchSortIndexScope Modifier and Type Class Description classAbstractSearchSortFactory<S extends ExtendedSearchSortFactory<S,PDF>,SC extends SearchSortIndexScope<?>,PDF extends SearchPredicateFactory>classSearchSortDslContext<SC extends SearchSortIndexScope<?>,PDF extends SearchPredicateFactory>Represents the current context in the search DSL, including in particular the search scope, the sort builder factory and the knowledge of previous sorts chained usingSortThenStep.then().Methods in org.hibernate.search.engine.search.sort.dsl.spi with type parameters of type SearchSortIndexScope Modifier and Type Method Description static <SC extends SearchSortIndexScope<?>,PDF extends SearchPredicateFactory>
SearchSortDslContext<SC,PDF>SearchSortDslContext. root(SC scope, Function<SearchSortDslContext<SC,PDF>,SearchSortFactory> factoryProvider, PDF predicateFactory) -
Uses of SearchSortIndexScope in org.hibernate.search.engine.search.sort.spi
Classes in org.hibernate.search.engine.search.sort.spi with type parameters of type SearchSortIndexScope Modifier and Type Interface Description interfaceSearchSortIndexScope<S extends SearchSortIndexScope<?>>
-