Uses of Interface
org.hibernate.search.backend.elasticsearch.search.predicate.dsl.ElasticsearchSearchPredicateFactory
-
-
Uses of ElasticsearchSearchPredicateFactory in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch that return types with arguments of type ElasticsearchSearchPredicateFactory Modifier and Type Method Description Optional<ElasticsearchSearchPredicateFactory>ElasticsearchExtension. extendOptional(SearchPredicateFactory original)Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of ElasticsearchSearchPredicateFactory in org.hibernate.search.backend.elasticsearch.scope.model.impl
Methods in org.hibernate.search.backend.elasticsearch.scope.model.impl that return ElasticsearchSearchPredicateFactory Modifier and Type Method Description ElasticsearchSearchPredicateFactoryElasticsearchSearchIndexScopeImpl. predicateFactory() -
Uses of ElasticsearchSearchPredicateFactory in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.impl
Constructor parameters in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.impl with type arguments of type ElasticsearchSearchPredicateFactory Constructor Description ElasticsearchSearchAggregationFactoryImpl(SearchAggregationDslContext<ElasticsearchSearchAggregationIndexScope<?>,ElasticsearchSearchPredicateFactory> dslContext) -
Uses of ElasticsearchSearchPredicateFactory in org.hibernate.search.backend.elasticsearch.search.predicate.dsl.impl
Classes in org.hibernate.search.backend.elasticsearch.search.predicate.dsl.impl that implement ElasticsearchSearchPredicateFactory Modifier and Type Class Description classElasticsearchSearchPredicateFactoryImplMethods in org.hibernate.search.backend.elasticsearch.search.predicate.dsl.impl that return ElasticsearchSearchPredicateFactory Modifier and Type Method Description ElasticsearchSearchPredicateFactoryElasticsearchSearchPredicateFactoryImpl. withRoot(String objectFieldPath) -
Uses of ElasticsearchSearchPredicateFactory in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl
Method parameters in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl with type arguments of type ElasticsearchSearchPredicateFactory Modifier and Type Method Description ElasticsearchSearchQueryOptionsStep<E,LOS>ElasticsearchSearchQuerySelectStepImpl. where(BiConsumer<? super ElasticsearchSearchPredicateFactory,? super SimpleBooleanPredicateClausesCollector<?>> predicateContributor)ElasticsearchSearchQueryOptionsStep<E,LOS>ElasticsearchSearchQuerySelectStepImpl. where(Function<? super ElasticsearchSearchPredicateFactory,? extends PredicateFinalStep> predicateContributor) -
Uses of ElasticsearchSearchPredicateFactory in org.hibernate.search.backend.elasticsearch.search.query.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.impl that return ElasticsearchSearchPredicateFactory Modifier and Type Method Description ElasticsearchSearchPredicateFactoryElasticsearchSearchQueryIndexScope. predicateFactory() -
Uses of ElasticsearchSearchPredicateFactory in org.hibernate.search.backend.elasticsearch.search.sort.dsl.impl
Constructor parameters in org.hibernate.search.backend.elasticsearch.search.sort.dsl.impl with type arguments of type ElasticsearchSearchPredicateFactory Constructor Description ElasticsearchSearchSortFactoryImpl(SearchSortDslContext<ElasticsearchSearchSortIndexScope<?>,ElasticsearchSearchPredicateFactory> dslContext)
-