Class AbstractLuceneBucketAggregation.AbstractBuilder<K,V>
java.lang.Object
org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneNestableAggregation.AbstractBuilder<Map<K,V>>
org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneBucketAggregation.AbstractBuilder<K,V>
- All Implemented Interfaces:
SearchAggregationBuilder<Map<K,V>>
- Direct Known Subclasses:
LuceneNumericRangeAggregation.Builder
- Enclosing class:
- AbstractLuceneBucketAggregation<K,
V>
public abstract static class AbstractLuceneBucketAggregation.AbstractBuilder<K,V>
extends AbstractLuceneNestableAggregation.AbstractBuilder<Map<K,V>>
implements SearchAggregationBuilder<Map<K,V>>
-
Field Summary
Fields inherited from class org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneNestableAggregation.AbstractBuilder
field, scope -
Constructor Summary
ConstructorsConstructorDescriptionAbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field) -
Method Summary
Methods inherited from class org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneNestableAggregation.AbstractBuilder
filter
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field)
-
-
Method Details
-
build
- Specified by:
buildin interfaceSearchAggregationBuilder<K>- Specified by:
buildin classAbstractLuceneNestableAggregation.AbstractBuilder<Map<K,V>>
-