Uses of Interface
org.hibernate.search.engine.search.common.spi.SearchIndexValueFieldContext
-
-
Uses of SearchIndexValueFieldContext in org.hibernate.search.engine.backend.document.model.spi
Subinterfaces of SearchIndexValueFieldContext in org.hibernate.search.engine.backend.document.model.spi Modifier and Type Interface Description interface
IndexValueField<SC extends SearchIndexScope<?>,NT extends AbstractIndexValueFieldType<SC,?,?>,C extends IndexCompositeNode<SC,?,?>>
Classes in org.hibernate.search.engine.backend.document.model.spi that implement SearchIndexValueFieldContext Modifier and Type Class Description class
AbstractIndexValueField<S extends AbstractIndexValueField<S,SC,FT,C,F>,SC extends SearchIndexScope<?>,FT extends AbstractIndexValueFieldType<SC,? super S,F>,C extends IndexCompositeNode<SC,?,?>,F>
-
Uses of SearchIndexValueFieldContext in org.hibernate.search.engine.backend.types.spi
Classes in org.hibernate.search.engine.backend.types.spi with type parameters of type SearchIndexValueFieldContext Modifier and Type Class Description class
AbstractIndexValueFieldType<SC extends SearchIndexScope<?>,N extends SearchIndexValueFieldContext<SC>,F>
static class
AbstractIndexValueFieldType.Builder<SC extends SearchIndexScope<?>,N extends SearchIndexValueFieldContext<SC>,F>
-
Uses of SearchIndexValueFieldContext in org.hibernate.search.engine.search.common.spi
Classes in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexValueFieldContext Modifier and Type Class Description class
AbstractMultiIndexSearchIndexValueFieldContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>,FT extends SearchIndexValueFieldTypeContext<SC,S,F>,F>
Classes in org.hibernate.search.engine.search.common.spi that implement SearchIndexValueFieldContext Modifier and Type Class Description class
AbstractMultiIndexSearchIndexValueFieldContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>,FT extends SearchIndexValueFieldTypeContext<SC,S,F>,F>
Methods in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexValueFieldContext Modifier and Type Method Description static <T extends SearchIndexValueFieldContext<?>>
TSearchIndexSchemaElementContextHelper. throwingToValueField(SearchIndexNodeContext<?> element)
Methods in org.hibernate.search.engine.search.common.spi that return SearchIndexValueFieldContext Modifier and Type Method Description SearchIndexValueFieldContext<SC>
AbstractMultiIndexSearchIndexCompositeNodeContext. toValueField()
SearchIndexValueFieldContext<SC>
SearchIndexNodeContext. toValueField()
-