Uses of Interface
org.hibernate.search.engine.search.common.spi.SearchIndexNodeTypeContext
-
-
Uses of SearchIndexNodeTypeContext in org.hibernate.search.engine.backend.document.model.spi
Classes in org.hibernate.search.engine.backend.document.model.spi with type parameters of type SearchIndexNodeTypeContext Modifier and Type Class Description class
AbstractIndexField<S extends AbstractIndexField<S,SC,?,C>,SC extends SearchIndexScope<?>,NT extends SearchIndexNodeTypeContext<SC,? super S>,C extends IndexCompositeNode<SC,?,?>>
class
AbstractIndexNode<S extends AbstractIndexNode<S,SC,?>,SC extends SearchIndexScope<?>,NT extends SearchIndexNodeTypeContext<SC,? super S>>
Fields in org.hibernate.search.engine.backend.document.model.spi declared as SearchIndexNodeTypeContext Modifier and Type Field Description protected NT
AbstractIndexNode. type
-
Uses of SearchIndexNodeTypeContext in org.hibernate.search.engine.backend.types.spi
Classes in org.hibernate.search.engine.backend.types.spi that implement SearchIndexNodeTypeContext Modifier and Type Class Description class
AbstractIndexCompositeNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>>
class
AbstractIndexValueFieldType<SC extends SearchIndexScope<?>,N extends SearchIndexValueFieldContext<SC>,F>
-
Uses of SearchIndexNodeTypeContext in org.hibernate.search.engine.search.common.spi
Classes in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexNodeTypeContext Modifier and Type Class Description class
AbstractMultiIndexSearchIndexNodeContext<S extends SearchIndexNodeContext<SC>,SC extends SearchIndexScope<?>,NT extends SearchIndexNodeTypeContext<SC,S>>
Subinterfaces of SearchIndexNodeTypeContext in org.hibernate.search.engine.search.common.spi Modifier and Type Interface Description interface
SearchIndexCompositeNodeTypeContext<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>>
Information about the type of a composite (non-value) index element targeted by search, be it in a projection, a predicate, a sort, ...interface
SearchIndexValueFieldTypeContext<SC extends SearchIndexScope<?>,N,F>
Information about the type of a value (non-object) field targeted by search, be it in a projection, a predicate, a sort, ...Classes in org.hibernate.search.engine.search.common.spi that implement SearchIndexNodeTypeContext Modifier and Type Class Description class
AbstractMultiIndexSearchIndexCompositeNodeContext<S extends SearchIndexCompositeNodeContext<SC>,SC extends SearchIndexScope<?>,NT extends SearchIndexCompositeNodeTypeContext<SC,S>,F extends SearchIndexNodeContext<SC>>
class
AbstractMultiIndexSearchIndexNodeContext<S extends SearchIndexNodeContext<SC>,SC extends SearchIndexScope<?>,NT extends SearchIndexNodeTypeContext<SC,S>>
class
AbstractMultiIndexSearchIndexValueFieldContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>,FT extends SearchIndexValueFieldTypeContext<SC,S,F>,F>
-