Uses of Interface
org.hibernate.search.engine.backend.document.model.spi.IndexValueField
-
Packages that use IndexValueField Package Description org.hibernate.search.engine.backend.document.model.spi -
-
Uses of IndexValueField in org.hibernate.search.engine.backend.document.model.spi
Classes in org.hibernate.search.engine.backend.document.model.spi that implement IndexValueField 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>
Methods in org.hibernate.search.engine.backend.document.model.spi that return IndexValueField Modifier and Type Method Description IndexValueField<SC,?,C>
AbstractIndexObjectField. toValueField()
IndexValueField<SC,?,C>
IndexField. toValueField()
IndexValueField<SC,?,?>
IndexNode. toValueField()
-