Class AbstractLuceneBucketAggregation<K,V>
java.lang.Object
org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneNestableAggregation<Map<K,V>>
org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneBucketAggregation<K,V>
- Type Parameters:
K- The type of keys in the returned map.V- The type of values in the returned map.
- All Implemented Interfaces:
LuceneSearchAggregation<Map<K,,V>> SearchAggregation<Map<K,V>>
- Direct Known Subclasses:
AbstractLuceneFacetsBasedTermsAggregation,LuceneNumericRangeAggregation
public abstract class AbstractLuceneBucketAggregation<K,V>
extends AbstractLuceneNestableAggregation<Map<K,V>>
implements LuceneSearchAggregation<Map<K,V>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface org.hibernate.search.backend.lucene.search.aggregation.impl.LuceneSearchAggregation
LuceneSearchAggregation.Extractor<T> -
Field Summary
FieldsFields inherited from interface org.hibernate.search.backend.lucene.search.aggregation.impl.LuceneSearchAggregation
log -
Method Summary
Methods inherited from class org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneNestableAggregation
createNestedDocsProviderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.backend.lucene.search.aggregation.impl.LuceneSearchAggregation
request
-
Field Details
-
absoluteFieldPath
-
-
Method Details
-
indexNames
- Specified by:
indexNamesin interfaceLuceneSearchAggregation<K>
-