Uses of Interface
org.hibernate.search.backend.lucene.search.aggregation.impl.LuceneSearchAggregationIndexScope
-
-
Uses of LuceneSearchAggregationIndexScope in org.hibernate.search.backend.lucene.scope.model.impl
Classes in org.hibernate.search.backend.lucene.scope.model.impl that implement LuceneSearchAggregationIndexScope Modifier and Type Class Description classLuceneSearchIndexScopeImpl -
Uses of LuceneSearchAggregationIndexScope in org.hibernate.search.backend.lucene.search.aggregation.dsl.impl
Constructor parameters in org.hibernate.search.backend.lucene.search.aggregation.dsl.impl with type arguments of type LuceneSearchAggregationIndexScope Constructor Description LuceneSearchAggregationFactoryImpl(SearchAggregationDslContext<LuceneSearchAggregationIndexScope<?>,LuceneSearchPredicateFactory> dslContext) -
Uses of LuceneSearchAggregationIndexScope in org.hibernate.search.backend.lucene.search.aggregation.impl
Classes in org.hibernate.search.backend.lucene.search.aggregation.impl with type parameters of type LuceneSearchAggregationIndexScope Modifier and Type Interface Description interfaceLuceneSearchAggregationIndexScope<S extends LuceneSearchAggregationIndexScope<?>> -
Uses of LuceneSearchAggregationIndexScope in org.hibernate.search.backend.lucene.search.query.impl
Subinterfaces of LuceneSearchAggregationIndexScope in org.hibernate.search.backend.lucene.search.query.impl Modifier and Type Interface Description interfaceLuceneSearchQueryIndexScope<S extends LuceneSearchQueryIndexScope<?>>
-