Class AbstractElasticsearchAggregation<A>
java.lang.Object
org.hibernate.search.backend.elasticsearch.search.aggregation.impl.AbstractElasticsearchAggregation<A>
- All Implemented Interfaces:
ElasticsearchSearchAggregation<A>,SearchAggregation<A>
- Direct Known Subclasses:
AbstractElasticsearchNestableAggregation,ElasticsearchWithParametersAggregation
public abstract class AbstractElasticsearchAggregation<A>
extends Object
implements ElasticsearchSearchAggregation<A>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface org.hibernate.search.backend.elasticsearch.search.aggregation.impl.ElasticsearchSearchAggregation
ElasticsearchSearchAggregation.Extractor<T> -
Field Summary
Fields inherited from interface org.hibernate.search.backend.elasticsearch.search.aggregation.impl.ElasticsearchSearchAggregation
log -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.backend.elasticsearch.search.aggregation.impl.ElasticsearchSearchAggregation
request
-
Method Details
-
indexNames
- Specified by:
indexNamesin interfaceElasticsearchSearchAggregation<A>
-