Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.SearchAggregationFactory
Packages that use SearchAggregationFactory
Package
Description
-
Uses of SearchAggregationFactory in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch with parameters of type SearchAggregationFactoryModifier and TypeMethodDescriptionElasticsearchExtension.extendOptional(SearchAggregationFactory original) Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of SearchAggregationFactory in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl
-
Uses of SearchAggregationFactory in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.impl
Classes in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.impl that implement SearchAggregationFactory -
Uses of SearchAggregationFactory in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type SearchAggregationFactoryModifier and TypeMethodDescriptionLuceneExtension.extendOptional(SearchAggregationFactory original) Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of SearchAggregationFactory in org.hibernate.search.backend.lucene.search.aggregation.dsl
Subinterfaces of SearchAggregationFactory in org.hibernate.search.backend.lucene.search.aggregation.dsl -
Uses of SearchAggregationFactory in org.hibernate.search.backend.lucene.search.aggregation.dsl.impl
Classes in org.hibernate.search.backend.lucene.search.aggregation.dsl.impl that implement SearchAggregationFactory -
Uses of SearchAggregationFactory in org.hibernate.search.engine.mapper.scope.spi
Methods in org.hibernate.search.engine.mapper.scope.spi that return SearchAggregationFactory -
Uses of SearchAggregationFactory in org.hibernate.search.engine.search.aggregation.dsl
Subinterfaces of SearchAggregationFactory in org.hibernate.search.engine.search.aggregation.dslModifier and TypeInterfaceDescriptioninterfaceExtendedSearchAggregationFactory<S extends ExtendedSearchAggregationFactory<?,PDF>, PDF extends SearchPredicateFactory> A base interface for subtypes ofSearchAggregationFactoryallowing to easily override the self type and predicate factory type for all relevant methods.Methods in org.hibernate.search.engine.search.aggregation.dsl that return SearchAggregationFactoryModifier and TypeMethodDescriptionCreate a new aggregation factory whose root for all paths passed to the DSL will be the given object field.Methods in org.hibernate.search.engine.search.aggregation.dsl with parameters of type SearchAggregationFactoryModifier and TypeMethodDescriptionSearchAggregationFactoryExtension.extendOptional(SearchAggregationFactory original) Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of SearchAggregationFactory in org.hibernate.search.engine.search.aggregation.dsl.spi
Classes in org.hibernate.search.engine.search.aggregation.dsl.spi that implement SearchAggregationFactoryModifier and TypeClassDescriptionclassAbstractSearchAggregationFactory<S extends ExtendedSearchAggregationFactory<S,PDF>, SC extends SearchAggregationIndexScope<?>, PDF extends SearchPredicateFactory> -
Uses of SearchAggregationFactory in org.hibernate.search.engine.search.query.dsl
Classes in org.hibernate.search.engine.search.query.dsl with type parameters of type SearchAggregationFactoryModifier and TypeInterfaceDescriptioninterfaceSearchQueryOptionsStep<S extends SearchQueryOptionsStep<?,H, LOS, SF, AF>, H, LOS, SF extends SearchSortFactory, AF extends SearchAggregationFactory> The final step in a query definition, where optional parameters such assortscan be set, and where the query can beexecutedorretrieved as an object. -
Uses of SearchAggregationFactory in org.hibernate.search.engine.search.query.dsl.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi with type parameters of type SearchAggregationFactoryModifier and TypeClassDescriptionclassAbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H, LOS, SF, AF>, H, R extends SearchResult<H>, SCR extends SearchScroll<H>, LOS, PDF extends SearchPredicateFactory, SF extends SearchSortFactory, AF extends SearchAggregationFactory, SC extends SearchQueryIndexScope<?>> classAbstractSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H, LOS, SF, AF>, H, LOS, PDF extends SearchPredicateFactory, SF extends SearchSortFactory, AF extends SearchAggregationFactory, SC extends SearchQueryIndexScope<?>> -
Uses of SearchAggregationFactory in org.hibernate.search.engine.search.query.spi
Methods in org.hibernate.search.engine.search.query.spi that return SearchAggregationFactory -
Uses of SearchAggregationFactory in org.hibernate.search.mapper.orm.scope
Methods in org.hibernate.search.mapper.orm.scope that return SearchAggregationFactoryModifier and TypeMethodDescriptionSearchScope.aggregation()Initiate the building of a search aggregation that will be valid for the indexes in this scope. -
Uses of SearchAggregationFactory in org.hibernate.search.mapper.orm.scope.impl
Methods in org.hibernate.search.mapper.orm.scope.impl that return SearchAggregationFactory -
Uses of SearchAggregationFactory in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl that return SearchAggregationFactory -
Uses of SearchAggregationFactory in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi that return SearchAggregationFactory -
Uses of SearchAggregationFactory in org.infinispan.search.mapper.scope
Methods in org.infinispan.search.mapper.scope that return SearchAggregationFactoryModifier and TypeMethodDescriptionSearchScope.aggregation()Initiate the building of a search aggregation that will be valid for the indexes in this scope. -
Uses of SearchAggregationFactory in org.infinispan.search.mapper.scope.impl
Methods in org.infinispan.search.mapper.scope.impl that return SearchAggregationFactory