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 IndexFieldFilterIndexFieldFilter. 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.
-