Uses of Class
org.hibernate.search.engine.backend.types.Norms
-
-
Uses of Norms in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return Norms Modifier and Type Method Description static NormsNorms. valueOf(String name)Returns the enum constant of this type with the specified name.static Norms[]Norms. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Norms in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl with parameters of type Norms Modifier and Type Method Description SStringIndexFieldTypeOptionsStep. norms(Norms norms) -
Uses of Norms in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation that return Norms Modifier and Type Method Description Normsnorms()Normsnorms() -
Uses of Norms in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type Norms Modifier and Type Method Description PropertyMappingFullTextFieldOptionsStepPropertyMappingFullTextFieldOptionsStep. norms(Norms norms)PropertyMappingKeywordFieldOptionsStepPropertyMappingKeywordFieldOptionsStep. norms(Norms norms)
-