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 interfaceIndexValueField<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 classAbstractIndexValueField<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 classAbstractIndexValueFieldType<SC extends SearchIndexScope<?>,N extends SearchIndexValueFieldContext<SC>,F>static classAbstractIndexValueFieldType.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 classAbstractMultiIndexSearchIndexValueFieldContext<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 classAbstractMultiIndexSearchIndexValueFieldContext<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()
-