Class AbstractIndexNode<S extends AbstractIndexNode<S,SC,?> , SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, ? super S>>
java.lang.Object
org.hibernate.search.engine.backend.document.model.spi.AbstractIndexNode<S,SC,NT>
- All Implemented Interfaces:
IndexNode<SC>, SearchIndexNodeContext<SC>, EventContextProvider
- Direct Known Subclasses:
AbstractIndexField, AbstractIndexRoot
public abstract class AbstractIndexNode<S extends AbstractIndexNode<S,SC,?>, SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, ? super S>>
extends Object
implements IndexNode<SC>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncannotUseQueryElement(SearchQueryElementTypeKey<?> key, String hint, Exception causeOrNull) final EventContextfinal <T> TqueryElement(SearchQueryElementTypeKey<T> key, SC scope) protected abstract Sself()final NTtype()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IndexNode
inclusion, toComposite, toObjectField, toValueFieldMethods inherited from interface SearchIndexNodeContext
absolutePath, absolutePathComponents, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, relativeEventContext
-
Field Details
-
type
-
-
Constructor Details
-
AbstractIndexNode
-
-
Method Details
-
self
-
type
-
eventContext
- Specified by:
eventContextin interfaceEventContextProvider
-
queryElement
- Specified by:
queryElementin interfaceSearchIndexNodeContext<S extends AbstractIndexNode<S,SC, ?>>
-
cannotUseQueryElement
public SearchException cannotUseQueryElement(SearchQueryElementTypeKey<?> key, String hint, Exception causeOrNull) - Specified by:
cannotUseQueryElementin interfaceSearchIndexNodeContext<S extends AbstractIndexNode<S,SC, ?>>
-