Uses of Interface
org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.ElasticsearchSearchAggregationFactory
-
Packages that use ElasticsearchSearchAggregationFactory Package Description org.hibernate.search.backend.elasticsearch -
-
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 emptyOptional
in case of failure.
-