Class LuceneTextTermsAggregation<K>
- 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,Long>
-
- org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneFacetsBasedTermsAggregation<String,String,K>
-
- org.hibernate.search.backend.lucene.types.aggregation.impl.LuceneTextTermsAggregation<K>
-
- Type Parameters:
K- The type of keys in the returned map. It can beStringor a different type if value converters are used.
- All Implemented Interfaces:
LuceneSearchAggregation<Map<K,Long>>,SearchAggregation<Map<K,Long>>
public class LuceneTextTermsAggregation<K> extends AbstractLuceneFacetsBasedTermsAggregation<String,String,K>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLuceneTextTermsAggregation.Factory
-
Field Summary
-
Fields inherited from class org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneBucketAggregation
absoluteFieldPath
-
-
Method Summary
-
Methods inherited from class org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneFacetsBasedTermsAggregation
extract, request
-
Methods inherited from class org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneBucketAggregation
getIndexNames
-
Methods inherited from class org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneNestableAggregation
createNestedDocsProvider
-
-