Class AbstractIndexCompositeNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>>
java.lang.Object
org.hibernate.search.engine.backend.types.spi.AbstractIndexNodeType<SC,N>
org.hibernate.search.engine.backend.types.spi.AbstractIndexCompositeNodeType<SC,N>
- All Implemented Interfaces:
IndexFieldTypeDescriptor
,IndexObjectFieldTypeDescriptor
,SearchIndexCompositeNodeTypeContext<SC,
,N> SearchIndexNodeTypeContext<SC,
N>
public abstract class AbstractIndexCompositeNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>>
extends AbstractIndexNodeType<SC,N>
implements IndexObjectFieldTypeDescriptor, SearchIndexCompositeNodeTypeContext<SC,N>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
AbstractIndexCompositeNodeType.Builder<SC extends SearchIndexScope<?>,
N extends SearchIndexCompositeNodeContext<SC>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Methods inherited from class org.hibernate.search.engine.backend.types.spi.AbstractIndexNodeType
queryElementFactory, traits
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hibernate.search.engine.backend.metamodel.IndexFieldTypeDescriptor
traits
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeTypeContext
queryElementFactory
-
Constructor Details
-
AbstractIndexCompositeNodeType
-
-
Method Details
-
toString
- Overrides:
toString
in classAbstractIndexNodeType<SC extends SearchIndexScope<?>,
N extends SearchIndexCompositeNodeContext<SC>>
-
nested
public boolean nested()- Specified by:
nested
in interfaceIndexObjectFieldTypeDescriptor
- Specified by:
nested
in interfaceSearchIndexCompositeNodeTypeContext<SC extends SearchIndexScope<?>,
N extends SearchIndexCompositeNodeContext<SC>> - Returns:
true
if this object field is represented internally as a nested document, enabling features such as thenested predicate
.
-