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
public abstract class AbstractElasticsearchAggregation<A> extends Object implements ElasticsearchSearchAggregation<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractElasticsearchAggregation.AbstractBuilder<A>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getIndexNames()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.backend.elasticsearch.search.aggregation.impl.ElasticsearchSearchAggregation
extract, request
-
-
-
-
Method Detail
-
getIndexNames
public final Set<String> getIndexNames()
- Specified by:
getIndexNamesin interfaceElasticsearchSearchAggregation<A>
-
-