Uses of Interface
org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.ElasticsearchSearchAggregationFactory
-
-
Uses of ElasticsearchSearchAggregationFactory in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch that return types with arguments of type ElasticsearchSearchAggregationFactory Modifier and Type Method Description Optional<ElasticsearchSearchAggregationFactory>ElasticsearchExtension. extendOptional(SearchAggregationFactory original)Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of ElasticsearchSearchAggregationFactory in org.hibernate.search.backend.elasticsearch.scope.model.impl
Methods in org.hibernate.search.backend.elasticsearch.scope.model.impl that return ElasticsearchSearchAggregationFactory Modifier and Type Method Description ElasticsearchSearchAggregationFactoryElasticsearchSearchIndexScopeImpl. aggregationFactory() -
Uses of ElasticsearchSearchAggregationFactory in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.impl
Classes in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.impl that implement ElasticsearchSearchAggregationFactory Modifier and Type Class Description classElasticsearchSearchAggregationFactoryImplMethods in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.impl that return ElasticsearchSearchAggregationFactory Modifier and Type Method Description ElasticsearchSearchAggregationFactoryElasticsearchSearchAggregationFactoryImpl. withRoot(String objectFieldPath) -
Uses of ElasticsearchSearchAggregationFactory in org.hibernate.search.backend.elasticsearch.search.query.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.impl that return ElasticsearchSearchAggregationFactory Modifier and Type Method Description ElasticsearchSearchAggregationFactoryElasticsearchSearchQueryIndexScope. aggregationFactory()
-