Class LuceneMultiIndexSearchIndexCompositeNodeContext
- java.lang.Object
-
- org.hibernate.search.engine.search.common.spi.AbstractMultiIndexSearchIndexNodeContext<S,SC,NT>
-
- org.hibernate.search.engine.search.common.spi.AbstractMultiIndexSearchIndexCompositeNodeContext<LuceneSearchIndexCompositeNodeContext,LuceneSearchIndexScope<?>,LuceneSearchIndexCompositeNodeTypeContext,LuceneSearchIndexNodeContext>
-
- org.hibernate.search.backend.lucene.search.common.impl.LuceneMultiIndexSearchIndexCompositeNodeContext
-
- All Implemented Interfaces:
LuceneSearchIndexCompositeNodeContext,LuceneSearchIndexCompositeNodeTypeContext,LuceneSearchIndexNodeContext,SearchIndexCompositeNodeContext<LuceneSearchIndexScope<?>>,SearchIndexCompositeNodeTypeContext<LuceneSearchIndexScope<?>,LuceneSearchIndexCompositeNodeContext>,SearchIndexNodeContext<LuceneSearchIndexScope<?>>,SearchIndexNodeTypeContext<LuceneSearchIndexScope<?>,LuceneSearchIndexCompositeNodeContext>,EventContextProvider
public final class LuceneMultiIndexSearchIndexCompositeNodeContext extends AbstractMultiIndexSearchIndexCompositeNodeContext<LuceneSearchIndexCompositeNodeContext,LuceneSearchIndexScope<?>,LuceneSearchIndexCompositeNodeTypeContext,LuceneSearchIndexNodeContext> implements LuceneSearchIndexCompositeNodeContext, LuceneSearchIndexCompositeNodeTypeContext
-
-
Field Summary
-
Fields inherited from class org.hibernate.search.engine.search.common.spi.AbstractMultiIndexSearchIndexNodeContext
absolutePath, nodeForEachIndex, scope
-
-
Constructor Summary
Constructors Constructor Description LuceneMultiIndexSearchIndexCompositeNodeContext(LuceneSearchIndexScope<?> scope, String absolutePath, List<? extends LuceneSearchIndexCompositeNodeContext> nodeForEachIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LuceneSearchIndexNodeContextchildInScope(String childRelativeName)protected LuceneSearchIndexCompositeNodeContextself()protected LuceneSearchIndexCompositeNodeTypeContextselfAsNodeType()protected LuceneSearchIndexCompositeNodeTypeContexttypeOf(LuceneSearchIndexCompositeNodeContext indexElement)-
Methods inherited from class org.hibernate.search.engine.search.common.spi.AbstractMultiIndexSearchIndexCompositeNodeContext
absolutePath, isComposite, isObjectField, isValueField, nested, staticChildrenByName, toComposite, toObjectField, toValueField, type
-
Methods inherited from class org.hibernate.search.engine.search.common.spi.AbstractMultiIndexSearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, eventContext, fromNodeIfCompatible, fromTypeIfCompatible, indexesEventContext, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, queryElementFactory, relativeEventContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
-
Methods inherited from interface org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexCompositeNodeContext
staticChildrenByName, type
-
Methods inherited from interface org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexNodeContext
toComposite, toObjectField
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexCompositeNodeContext
absolutePath
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexCompositeNodeTypeContext
nested
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext, toValueField
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeTypeContext
queryElementFactory
-
-
-
-
Constructor Detail
-
LuceneMultiIndexSearchIndexCompositeNodeContext
public LuceneMultiIndexSearchIndexCompositeNodeContext(LuceneSearchIndexScope<?> scope, String absolutePath, List<? extends LuceneSearchIndexCompositeNodeContext> nodeForEachIndex)
-
-
Method Detail
-
self
protected LuceneSearchIndexCompositeNodeContext self()
-
selfAsNodeType
protected LuceneSearchIndexCompositeNodeTypeContext selfAsNodeType()
-
typeOf
protected LuceneSearchIndexCompositeNodeTypeContext typeOf(LuceneSearchIndexCompositeNodeContext indexElement)
-
childInScope
protected LuceneSearchIndexNodeContext childInScope(String childRelativeName)
-
-