Uses of Interface
org.hibernate.search.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexNodeContext
-
-
Uses of ElasticsearchSearchIndexNodeContext in org.hibernate.search.backend.elasticsearch.document.model.impl
Subinterfaces of ElasticsearchSearchIndexNodeContext in org.hibernate.search.backend.elasticsearch.document.model.impl Modifier and Type Interface Description interfaceElasticsearchIndexCompositeNodeinterfaceElasticsearchIndexFieldinterfaceElasticsearchIndexNodeClasses in org.hibernate.search.backend.elasticsearch.document.model.impl that implement ElasticsearchSearchIndexNodeContext Modifier and Type Class Description classElasticsearchIndexObjectFieldclassElasticsearchIndexRootclassElasticsearchIndexValueField<F> -
Uses of ElasticsearchSearchIndexNodeContext in org.hibernate.search.backend.elasticsearch.scope.model.impl
Methods in org.hibernate.search.backend.elasticsearch.scope.model.impl that return ElasticsearchSearchIndexNodeContext Modifier and Type Method Description protected ElasticsearchSearchIndexNodeContextElasticsearchSearchIndexScopeImpl. createMultiIndexSearchObjectFieldContext(String absolutePath, List<ElasticsearchSearchIndexNodeContext> fieldForEachIndex)protected ElasticsearchSearchIndexNodeContextElasticsearchSearchIndexScopeImpl. createMultiIndexSearchValueFieldContext(String absolutePath, List<ElasticsearchSearchIndexNodeContext> fieldForEachIndex)ElasticsearchSearchIndexNodeContextElasticsearchSearchIndexScopeImpl. field(String fieldPath)Method parameters in org.hibernate.search.backend.elasticsearch.scope.model.impl with type arguments of type ElasticsearchSearchIndexNodeContext Modifier and Type Method Description protected ElasticsearchSearchIndexNodeContextElasticsearchSearchIndexScopeImpl. createMultiIndexSearchObjectFieldContext(String absolutePath, List<ElasticsearchSearchIndexNodeContext> fieldForEachIndex)protected ElasticsearchSearchIndexNodeContextElasticsearchSearchIndexScopeImpl. createMultiIndexSearchValueFieldContext(String absolutePath, List<ElasticsearchSearchIndexNodeContext> fieldForEachIndex) -
Uses of ElasticsearchSearchIndexNodeContext in org.hibernate.search.backend.elasticsearch.search.common.impl
Subinterfaces of ElasticsearchSearchIndexNodeContext in org.hibernate.search.backend.elasticsearch.search.common.impl Modifier and Type Interface Description interfaceElasticsearchSearchIndexCompositeNodeContextinterfaceElasticsearchSearchIndexValueFieldContext<F>Information about a value (non-object) field targeted by search, be it in a projection, a predicate, a sort, ...Classes in org.hibernate.search.backend.elasticsearch.search.common.impl that implement ElasticsearchSearchIndexNodeContext Modifier and Type Class Description classElasticsearchMultiIndexSearchIndexCompositeNodeContextclassElasticsearchMultiIndexSearchIndexValueFieldContext<F>Methods in org.hibernate.search.backend.elasticsearch.search.common.impl that return ElasticsearchSearchIndexNodeContext Modifier and Type Method Description ElasticsearchSearchIndexNodeContextElasticsearchSearchIndexScope. child(SearchIndexCompositeNodeContext<?> parent, String name)protected ElasticsearchSearchIndexNodeContextElasticsearchMultiIndexSearchIndexCompositeNodeContext. childInScope(String childRelativeName)ElasticsearchSearchIndexNodeContextElasticsearchSearchIndexScope. field(String fieldPath)Methods in org.hibernate.search.backend.elasticsearch.search.common.impl that return types with arguments of type ElasticsearchSearchIndexNodeContext Modifier and Type Method Description Map<String,? extends ElasticsearchSearchIndexNodeContext>ElasticsearchSearchIndexCompositeNodeContext. staticChildrenByName() -
Uses of ElasticsearchSearchIndexNodeContext in org.hibernate.search.backend.elasticsearch.search.predicate.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.predicate.impl with parameters of type ElasticsearchSearchIndexNodeContext Constructor Description AbstractBuilder(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexNodeContext node)
-