Uses of Interface
org.hibernate.search.backend.elasticsearch.search.aggregation.impl.ElasticsearchSearchAggregationIndexScope
-
-
Uses of ElasticsearchSearchAggregationIndexScope in org.hibernate.search.backend.elasticsearch.scope.model.impl
Classes in org.hibernate.search.backend.elasticsearch.scope.model.impl that implement ElasticsearchSearchAggregationIndexScope Modifier and Type Class Description classElasticsearchSearchIndexScopeImpl -
Uses of ElasticsearchSearchAggregationIndexScope in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.impl
Constructor parameters in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.impl with type arguments of type ElasticsearchSearchAggregationIndexScope Constructor Description ElasticsearchSearchAggregationFactoryImpl(SearchAggregationDslContext<ElasticsearchSearchAggregationIndexScope<?>,ElasticsearchSearchPredicateFactory> dslContext) -
Uses of ElasticsearchSearchAggregationIndexScope in org.hibernate.search.backend.elasticsearch.search.aggregation.impl
Classes in org.hibernate.search.backend.elasticsearch.search.aggregation.impl with type parameters of type ElasticsearchSearchAggregationIndexScope Modifier and Type Interface Description interfaceElasticsearchSearchAggregationIndexScope<S extends ElasticsearchSearchAggregationIndexScope<?>> -
Uses of ElasticsearchSearchAggregationIndexScope in org.hibernate.search.backend.elasticsearch.search.query.impl
Subinterfaces of ElasticsearchSearchAggregationIndexScope in org.hibernate.search.backend.elasticsearch.search.query.impl Modifier and Type Interface Description interfaceElasticsearchSearchQueryIndexScope<S extends ElasticsearchSearchQueryIndexScope<?>>
-