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 Classes Modifier and Type Class Description static classAbstractLuceneBucketAggregation.AbstractBuilder<K,V>
-
Field Summary
Fields Modifier and Type Field Description protected StringabsoluteFieldPath
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getIndexNames()-
Methods inherited from class org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneNestableAggregation
createNestedDocsProvider
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.backend.lucene.search.aggregation.impl.LuceneSearchAggregation
extract, request
-
-
-
-
Field Detail
-
absoluteFieldPath
protected final String absoluteFieldPath
-
-
Method Detail
-
getIndexNames
public Set<String> getIndexNames()
- Specified by:
getIndexNamesin interfaceLuceneSearchAggregation<K>
-
-