Class AbstractIndexNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexNodeContext<SC>>

java.lang.Object
org.hibernate.search.engine.backend.types.spi.AbstractIndexNodeType<SC,N>
All Implemented Interfaces:
IndexFieldTypeDescriptor, SearchIndexNodeTypeContext<SC,N>
Direct Known Subclasses:
AbstractIndexCompositeNodeType, AbstractIndexValueFieldType

public abstract class AbstractIndexNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexNodeContext<SC>> extends Object implements IndexFieldTypeDescriptor, SearchIndexNodeTypeContext<SC,N>