Uses of Interface
org.hibernate.search.engine.backend.types.dsl.StringIndexFieldTypeOptionsStep
-
Packages that use StringIndexFieldTypeOptionsStep Package Description org.hibernate.search.engine.backend.types.dsl -
-
Uses of StringIndexFieldTypeOptionsStep in org.hibernate.search.engine.backend.types.dsl
Classes in org.hibernate.search.engine.backend.types.dsl with type parameters of type StringIndexFieldTypeOptionsStep Modifier and Type Interface Description interfaceStringIndexFieldTypeOptionsStep<S extends StringIndexFieldTypeOptionsStep<?>>The initial and final step in a "string" index field type definition, where optional parameters can be set.Methods in org.hibernate.search.engine.backend.types.dsl that return StringIndexFieldTypeOptionsStep Modifier and Type Method Description StringIndexFieldTypeOptionsStep<?>IndexFieldTypeFactory. asString()Define a field type whose values are represented as aStringin Hibernate Search.
-