Uses of Interface
org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexNodeContext
-
-
Uses of LuceneSearchIndexNodeContext in org.hibernate.search.backend.lucene.document.model.impl
Subinterfaces of LuceneSearchIndexNodeContext in org.hibernate.search.backend.lucene.document.model.impl Modifier and Type Interface Description interfaceLuceneIndexCompositeNodeinterfaceLuceneIndexFieldinterfaceLuceneIndexNodeClasses in org.hibernate.search.backend.lucene.document.model.impl that implement LuceneSearchIndexNodeContext Modifier and Type Class Description classLuceneIndexObjectFieldclassLuceneIndexRootclassLuceneIndexValueField<F> -
Uses of LuceneSearchIndexNodeContext in org.hibernate.search.backend.lucene.scope.model.impl
Methods in org.hibernate.search.backend.lucene.scope.model.impl that return LuceneSearchIndexNodeContext Modifier and Type Method Description protected LuceneSearchIndexNodeContextLuceneSearchIndexScopeImpl. createMultiIndexSearchObjectFieldContext(String absolutePath, List<LuceneSearchIndexNodeContext> fieldForEachIndex)protected LuceneSearchIndexNodeContextLuceneSearchIndexScopeImpl. createMultiIndexSearchValueFieldContext(String absolutePath, List<LuceneSearchIndexNodeContext> fieldForEachIndex)Method parameters in org.hibernate.search.backend.lucene.scope.model.impl with type arguments of type LuceneSearchIndexNodeContext Modifier and Type Method Description protected LuceneSearchIndexNodeContextLuceneSearchIndexScopeImpl. createMultiIndexSearchObjectFieldContext(String absolutePath, List<LuceneSearchIndexNodeContext> fieldForEachIndex)protected LuceneSearchIndexNodeContextLuceneSearchIndexScopeImpl. createMultiIndexSearchValueFieldContext(String absolutePath, List<LuceneSearchIndexNodeContext> fieldForEachIndex) -
Uses of LuceneSearchIndexNodeContext in org.hibernate.search.backend.lucene.search.common.impl
Subinterfaces of LuceneSearchIndexNodeContext in org.hibernate.search.backend.lucene.search.common.impl Modifier and Type Interface Description interfaceLuceneSearchIndexCompositeNodeContextInformation about a composite index element targeted by search; either the index root or an object field.interfaceLuceneSearchIndexValueFieldContext<F>Classes in org.hibernate.search.backend.lucene.search.common.impl that implement LuceneSearchIndexNodeContext Modifier and Type Class Description classLuceneMultiIndexSearchIndexCompositeNodeContextclassLuceneMultiIndexSearchIndexValueFieldContext<F>Methods in org.hibernate.search.backend.lucene.search.common.impl that return LuceneSearchIndexNodeContext Modifier and Type Method Description LuceneSearchIndexNodeContextLuceneSearchIndexScope. child(SearchIndexCompositeNodeContext<?> parent, String name)protected LuceneSearchIndexNodeContextLuceneMultiIndexSearchIndexCompositeNodeContext. childInScope(String childRelativeName)Methods in org.hibernate.search.backend.lucene.search.common.impl that return types with arguments of type LuceneSearchIndexNodeContext Modifier and Type Method Description Map<String,? extends LuceneSearchIndexNodeContext>LuceneSearchIndexCompositeNodeContext. staticChildrenByName() -
Uses of LuceneSearchIndexNodeContext in org.hibernate.search.backend.lucene.search.predicate.impl
Constructors in org.hibernate.search.backend.lucene.search.predicate.impl with parameters of type LuceneSearchIndexNodeContext Constructor Description AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexNodeContext node)
-