Uses of Interface
org.hibernate.search.backend.elasticsearch.search.query.impl.ElasticsearchSearchQueryIndexScope
-
-
Uses of ElasticsearchSearchQueryIndexScope in org.hibernate.search.backend.elasticsearch.index.impl
Methods in org.hibernate.search.backend.elasticsearch.index.impl that return ElasticsearchSearchQueryIndexScope Modifier and Type Method Description ElasticsearchSearchQueryIndexScope<?>IndexManagerBackendContext. createSearchContext(BackendMappingContext mappingContext, Set<ElasticsearchIndexModel> indexModels) -
Uses of ElasticsearchSearchQueryIndexScope in org.hibernate.search.backend.elasticsearch.scope.impl
Methods in org.hibernate.search.backend.elasticsearch.scope.impl that return ElasticsearchSearchQueryIndexScope Modifier and Type Method Description ElasticsearchSearchQueryIndexScope<?>ElasticsearchIndexScope. searchScope() -
Uses of ElasticsearchSearchQueryIndexScope in org.hibernate.search.backend.elasticsearch.scope.model.impl
Classes in org.hibernate.search.backend.elasticsearch.scope.model.impl that implement ElasticsearchSearchQueryIndexScope Modifier and Type Class Description classElasticsearchSearchIndexScopeImpl -
Uses of ElasticsearchSearchQueryIndexScope in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl with parameters of type ElasticsearchSearchQueryIndexScope Constructor Description ElasticsearchSearchQuerySelectStepImpl(ElasticsearchSearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<E,LOS> loadingContextBuilder) -
Uses of ElasticsearchSearchQueryIndexScope in org.hibernate.search.backend.elasticsearch.search.query.impl
Classes in org.hibernate.search.backend.elasticsearch.search.query.impl with type parameters of type ElasticsearchSearchQueryIndexScope Modifier and Type Interface Description interfaceElasticsearchSearchQueryIndexScope<S extends ElasticsearchSearchQueryIndexScope<?>>Methods in org.hibernate.search.backend.elasticsearch.search.query.impl that return ElasticsearchSearchQueryIndexScope Modifier and Type Method Description ElasticsearchSearchQueryIndexScope<?>SearchBackendContext. createSearchContext(BackendMappingContext mappingContext, Set<ElasticsearchIndexModel> indexModels)
-