Uses of Interface
org.hibernate.search.engine.search.common.spi.SearchIndexValueFieldTypeContext
-
Packages that use SearchIndexValueFieldTypeContext Package Description org.hibernate.search.engine.backend.types.spi org.hibernate.search.engine.search.common.spi -
-
Uses of SearchIndexValueFieldTypeContext in org.hibernate.search.engine.backend.types.spi
Classes in org.hibernate.search.engine.backend.types.spi that implement SearchIndexValueFieldTypeContext Modifier and Type Class Description class
AbstractIndexValueFieldType<SC extends SearchIndexScope<?>,N extends SearchIndexValueFieldContext<SC>,F>
-
Uses of SearchIndexValueFieldTypeContext in org.hibernate.search.engine.search.common.spi
Classes in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexValueFieldTypeContext 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 SearchIndexValueFieldTypeContext 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 that return SearchIndexValueFieldTypeContext Modifier and Type Method Description SearchIndexValueFieldTypeContext<SC,?,?>
SearchIndexValueFieldContext. type()
-