Uses of Interface
org.hibernate.search.engine.search.predicate.spi.ExistsPredicateBuilder
-
-
Uses of ExistsPredicateBuilder in org.hibernate.search.backend.elasticsearch.search.predicate.impl
Methods in org.hibernate.search.backend.elasticsearch.search.predicate.impl that return ExistsPredicateBuilder Modifier and Type Method Description ExistsPredicateBuilderElasticsearchExistsPredicate.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field)ExistsPredicateBuilderElasticsearchExistsPredicate.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 ExistsPredicateBuilder Modifier and Type Method Description ExistsPredicateBuilderLuceneObjectExistsPredicate.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 ExistsPredicateBuilder Modifier and Type Field Description static SearchQueryElementTypeKey<ExistsPredicateBuilder>PredicateTypeKeys. EXISTS
-