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
Constructors Constructor Description AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract LuceneSearchAggregation<Map<K,V>>build()-
Methods inherited from class org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneNestableAggregation.AbstractBuilder
filter
-
-
-
-
Constructor Detail
-
AbstractBuilder
public AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field)
-
-
Method Detail
-
build
public abstract LuceneSearchAggregation<Map<K,V>> build()
- Specified by:
buildin interfaceSearchAggregationBuilder<K>- Specified by:
buildin classAbstractLuceneNestableAggregation.AbstractBuilder<Map<K,V>>
-
-