Uses of Interface
org.hibernate.search.backend.elasticsearch.search.predicate.impl.ElasticsearchSearchPredicateIndexScope
-
-
Uses of ElasticsearchSearchPredicateIndexScope in org.hibernate.search.backend.elasticsearch.scope.model.impl
Classes in org.hibernate.search.backend.elasticsearch.scope.model.impl that implement ElasticsearchSearchPredicateIndexScope Modifier and Type Class Description classElasticsearchSearchIndexScopeImpl -
Uses of ElasticsearchSearchPredicateIndexScope in org.hibernate.search.backend.elasticsearch.search.predicate.dsl.impl
Constructor parameters in org.hibernate.search.backend.elasticsearch.search.predicate.dsl.impl with type arguments of type ElasticsearchSearchPredicateIndexScope Constructor Description ElasticsearchSearchPredicateFactoryImpl(SearchPredicateDslContext<ElasticsearchSearchPredicateIndexScope<?>> dslContext) -
Uses of ElasticsearchSearchPredicateIndexScope in org.hibernate.search.backend.elasticsearch.search.predicate.impl
Classes in org.hibernate.search.backend.elasticsearch.search.predicate.impl with type parameters of type ElasticsearchSearchPredicateIndexScope Modifier and Type Interface Description interfaceElasticsearchSearchPredicateIndexScope<S extends ElasticsearchSearchPredicateIndexScope<?>> -
Uses of ElasticsearchSearchPredicateIndexScope in org.hibernate.search.backend.elasticsearch.search.query.impl
Subinterfaces of ElasticsearchSearchPredicateIndexScope in org.hibernate.search.backend.elasticsearch.search.query.impl Modifier and Type Interface Description interfaceElasticsearchSearchQueryIndexScope<S extends ElasticsearchSearchQueryIndexScope<?>>
-