Uses of Class
org.hibernate.search.engine.backend.document.model.spi.IndexFieldFilter
-
Packages that use IndexFieldFilter Package Description org.hibernate.search.engine.backend.document.model.spi -
-
Uses of IndexFieldFilter in org.hibernate.search.engine.backend.document.model.spi
Methods in org.hibernate.search.engine.backend.document.model.spi that return IndexFieldFilter Modifier and Type Method Description static IndexFieldFilter
IndexFieldFilter. valueOf(String name)
Returns the enum constant of this type with the specified name.static IndexFieldFilter[]
IndexFieldFilter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.engine.backend.document.model.spi with parameters of type IndexFieldFilter Modifier and Type Method Description F
AbstractIndexModel. fieldOrNull(String absolutePath, IndexFieldFilter filter)
-