Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.TermsAggregationFieldStep
-
Packages that use TermsAggregationFieldStep Package Description org.hibernate.search.engine.search.aggregation.dsl org.hibernate.search.engine.search.aggregation.dsl.spi -
-
Uses of TermsAggregationFieldStep in org.hibernate.search.engine.search.aggregation.dsl
Methods in org.hibernate.search.engine.search.aggregation.dsl that return TermsAggregationFieldStep Modifier and Type Method Description TermsAggregationFieldStep<PDF>
ExtendedSearchAggregationFactory. terms()
TermsAggregationFieldStep<?>
SearchAggregationFactory. terms()
Perform aggregation in term buckets. -
Uses of TermsAggregationFieldStep in org.hibernate.search.engine.search.aggregation.dsl.spi
Methods in org.hibernate.search.engine.search.aggregation.dsl.spi that return TermsAggregationFieldStep Modifier and Type Method Description TermsAggregationFieldStep<PDF>
AbstractSearchAggregationFactory. terms()
-