Uses of Interface
org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexNodeContext
Packages that use LuceneSearchIndexNodeContext
Package
Description
-
Uses of LuceneSearchIndexNodeContext in org.hibernate.search.backend.lucene.document.model.impl
Subinterfaces of LuceneSearchIndexNodeContext in org.hibernate.search.backend.lucene.document.model.implModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in org.hibernate.search.backend.lucene.document.model.impl that implement LuceneSearchIndexNodeContextModifier and TypeClassDescriptionfinal classfinal classfinal class -
Uses of LuceneSearchIndexNodeContext in org.hibernate.search.backend.lucene.scope.model.impl
Methods in org.hibernate.search.backend.lucene.scope.model.impl that return LuceneSearchIndexNodeContextModifier and TypeMethodDescriptionprotected 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 LuceneSearchIndexNodeContextModifier and TypeMethodDescriptionprotected 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.implModifier and TypeInterfaceDescriptioninterfaceInformation about a composite index element targeted by search; either the index root or an object field.interfaceClasses in org.hibernate.search.backend.lucene.search.common.impl that implement LuceneSearchIndexNodeContextModifier and TypeClassDescriptionfinal classclassMethods in org.hibernate.search.backend.lucene.search.common.impl that return LuceneSearchIndexNodeContextModifier and TypeMethodDescriptionLuceneSearchIndexScope.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 LuceneSearchIndexNodeContextModifier and TypeMethodDescriptionMap<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 LuceneSearchIndexNodeContextModifierConstructorDescriptionprotectedAbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexNodeContext node)