Class AbstractElasticsearchAggregation.AbstractBuilder<A>
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.search.aggregation.impl.AbstractElasticsearchAggregation.AbstractBuilder<A>
-
- All Implemented Interfaces:
SearchAggregationBuilder<A>
- Direct Known Subclasses:
AbstractElasticsearchNestableAggregation.AbstractBuilder
- Enclosing class:
- AbstractElasticsearchAggregation<A>
public abstract static class AbstractElasticsearchAggregation.AbstractBuilder<A> extends Object implements SearchAggregationBuilder<A>
-
-
Field Summary
Fields Modifier and Type Field Description protected ElasticsearchSearchIndexScope<?>scope
-
Constructor Summary
Constructors Constructor Description AbstractBuilder(ElasticsearchSearchIndexScope<?> scope)
-
-
-
Field Detail
-
scope
protected final ElasticsearchSearchIndexScope<?> scope
-
-
Constructor Detail
-
AbstractBuilder
public AbstractBuilder(ElasticsearchSearchIndexScope<?> scope)
-
-
Method Detail
-
build
public abstract ElasticsearchSearchAggregation<A> build()
- Specified by:
buildin interfaceSearchAggregationBuilder<A>
-
-