Uses of Interface
org.hibernate.search.backend.lucene.search.predicate.dsl.LuceneSearchPredicateFactory
Packages that use LuceneSearchPredicateFactory
Package
Description
-
Uses of LuceneSearchPredicateFactory in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene that return types with arguments of type LuceneSearchPredicateFactoryModifier and TypeMethodDescriptionLuceneExtension.extendOptional(SearchPredicateFactory original) Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of LuceneSearchPredicateFactory in org.hibernate.search.backend.lucene.scope.model.impl
Methods in org.hibernate.search.backend.lucene.scope.model.impl that return LuceneSearchPredicateFactory -
Uses of LuceneSearchPredicateFactory 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 LuceneSearchPredicateFactoryModifierConstructorDescriptionLuceneSearchAggregationFactoryImpl(SearchAggregationDslContext<LuceneSearchAggregationIndexScope<?>, LuceneSearchPredicateFactory> dslContext) -
Uses of LuceneSearchPredicateFactory in org.hibernate.search.backend.lucene.search.predicate.dsl.impl
Classes in org.hibernate.search.backend.lucene.search.predicate.dsl.impl that implement LuceneSearchPredicateFactoryMethods in org.hibernate.search.backend.lucene.search.predicate.dsl.impl that return LuceneSearchPredicateFactoryModifier and TypeMethodDescription -
Uses of LuceneSearchPredicateFactory in org.hibernate.search.backend.lucene.search.query.dsl.impl
Method parameters in org.hibernate.search.backend.lucene.search.query.dsl.impl with type arguments of type LuceneSearchPredicateFactoryModifier and TypeMethodDescriptionLuceneSearchQuerySelectStepImpl.where(BiConsumer<? super LuceneSearchPredicateFactory, ? super SimpleBooleanPredicateClausesCollector<?>> predicateContributor) LuceneSearchQuerySelectStepImpl.where(Function<? super LuceneSearchPredicateFactory, ? extends PredicateFinalStep> predicateContributor) -
Uses of LuceneSearchPredicateFactory in org.hibernate.search.backend.lucene.search.query.impl
Methods in org.hibernate.search.backend.lucene.search.query.impl that return LuceneSearchPredicateFactory -
Uses of LuceneSearchPredicateFactory in org.hibernate.search.backend.lucene.search.sort.dsl.impl
Constructor parameters in org.hibernate.search.backend.lucene.search.sort.dsl.impl with type arguments of type LuceneSearchPredicateFactoryModifierConstructorDescriptionLuceneSearchSortFactoryImpl(SearchSortDslContext<LuceneSearchSortIndexScope<?>, LuceneSearchPredicateFactory> dslContext)