Class AbstractLuceneNestableAggregation.AbstractBuilder<A>
- java.lang.Object
-
- org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneNestableAggregation.AbstractBuilder<A>
-
- All Implemented Interfaces:
SearchAggregationBuilder<A>
- Direct Known Subclasses:
AbstractLuceneBucketAggregation.AbstractBuilder
- Enclosing class:
- AbstractLuceneNestableAggregation<A>
public abstract static class AbstractLuceneNestableAggregation.AbstractBuilder<A> extends Object implements SearchAggregationBuilder<A>
-
-
Field Summary
Fields Modifier and Type Field Description protected LuceneSearchIndexValueFieldContext<?>fieldprotected LuceneSearchIndexScope<?>scope
-
Constructor Summary
Constructors Constructor Description AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract LuceneSearchAggregation<A>build()voidfilter(SearchPredicate filter)
-
-
-
Field Detail
-
scope
protected final LuceneSearchIndexScope<?> scope
-
field
protected final LuceneSearchIndexValueFieldContext<?> field
-
-
Constructor Detail
-
AbstractBuilder
public AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field)
-
-
Method Detail
-
filter
public void filter(SearchPredicate filter)
-
build
public abstract LuceneSearchAggregation<A> build()
- Specified by:
buildin interfaceSearchAggregationBuilder<A>
-
-