Uses of Interface
org.hibernate.search.backend.lucene.search.predicate.dsl.LuceneSearchPredicateFactory
-
-
Uses of LuceneSearchPredicateFactory in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene that return types with arguments of type LuceneSearchPredicateFactory Modifier and Type Method Description Optional<LuceneSearchPredicateFactory>LuceneExtension. 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 Modifier and Type Method Description LuceneSearchPredicateFactoryLuceneSearchIndexScopeImpl. predicateFactory() -
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 LuceneSearchPredicateFactory Constructor Description LuceneSearchAggregationFactoryImpl(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 LuceneSearchPredicateFactory Modifier and Type Class Description classLuceneSearchPredicateFactoryImplMethods in org.hibernate.search.backend.lucene.search.predicate.dsl.impl that return LuceneSearchPredicateFactory Modifier and Type Method Description LuceneSearchPredicateFactoryLuceneSearchPredicateFactoryImpl. withRoot(String objectFieldPath) -
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 LuceneSearchPredicateFactory Modifier and Type Method Description LuceneSearchQueryOptionsStep<E,LOS>LuceneSearchQuerySelectStepImpl. where(BiConsumer<? super LuceneSearchPredicateFactory,? super SimpleBooleanPredicateClausesCollector<?>> predicateContributor)LuceneSearchQueryOptionsStep<E,LOS>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 Modifier and Type Method Description LuceneSearchPredicateFactoryLuceneSearchQueryIndexScope. predicateFactory() -
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 LuceneSearchPredicateFactory Constructor Description LuceneSearchSortFactoryImpl(SearchSortDslContext<LuceneSearchSortIndexScope<?>,LuceneSearchPredicateFactory> dslContext)
-