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
ConstructorsConstructorDescriptionLuceneMultiIndexSearchIndexCompositeNodeContext(LuceneSearchIndexScope<?> scope, String absolutePath, List<? extends LuceneSearchIndexCompositeNodeContext> nodeForEachIndex) -
Method Summary
Modifier and TypeMethodDescriptionprotected LuceneSearchIndexNodeContextchildInScope(String childRelativeName) protected LuceneSearchIndexCompositeNodeContextself()typeOf(LuceneSearchIndexCompositeNodeContext indexElement) Methods inherited from class org.hibernate.search.engine.search.common.spi.AbstractMultiIndexSearchIndexCompositeNodeContext
absolutePath, isComposite, isObjectField, isValueField, nested, staticChildrenByName, toComposite, toObjectField, toValueField, typeMethods 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, relativeEventContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContextMethods inherited from interface org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexCompositeNodeContext
staticChildrenByName, typeMethods inherited from interface org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexNodeContext
toComposite, toObjectFieldMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexCompositeNodeContext
absolutePathMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexCompositeNodeTypeContext
nestedMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext, toValueFieldMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeTypeContext
queryElementFactory
-
Constructor Details
-
LuceneMultiIndexSearchIndexCompositeNodeContext
public LuceneMultiIndexSearchIndexCompositeNodeContext(LuceneSearchIndexScope<?> scope, String absolutePath, List<? extends LuceneSearchIndexCompositeNodeContext> nodeForEachIndex)
-
-
Method Details
-
self
-
selfAsNodeType
-
typeOf
protected LuceneSearchIndexCompositeNodeTypeContext typeOf(LuceneSearchIndexCompositeNodeContext indexElement) -
childInScope
-