Uses of Interface
org.hibernate.search.engine.search.predicate.spi.ExistsPredicateBuilder
Packages that use ExistsPredicateBuilder
Package
Description
-
Uses of ExistsPredicateBuilder in org.hibernate.search.backend.elasticsearch.search.predicate.impl
Methods in org.hibernate.search.backend.elasticsearch.search.predicate.impl that return ExistsPredicateBuilderModifier and TypeMethodDescriptionElasticsearchExistsPredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) ElasticsearchExistsPredicate.ObjectFieldFactory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexCompositeNodeContext node) -
Uses of ExistsPredicateBuilder in org.hibernate.search.backend.lucene.types.predicate.impl
Methods in org.hibernate.search.backend.lucene.types.predicate.impl that return ExistsPredicateBuilderModifier and TypeMethodDescriptionLuceneObjectExistsPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexCompositeNodeContext node) -
Uses of ExistsPredicateBuilder in org.hibernate.search.engine.search.predicate.spi
Fields in org.hibernate.search.engine.search.predicate.spi with type parameters of type ExistsPredicateBuilderModifier and TypeFieldDescriptionstatic final SearchQueryElementTypeKey<ExistsPredicateBuilder>PredicateTypeKeys.EXISTS