Uses of Interface
org.hibernate.search.engine.backend.types.dsl.StringIndexFieldTypeOptionsStep
-
-
Uses of StringIndexFieldTypeOptionsStep in org.hibernate.search.backend.elasticsearch.types.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.types.dsl.impl that return StringIndexFieldTypeOptionsStep Modifier and Type Method Description StringIndexFieldTypeOptionsStep<?>ElasticsearchIndexFieldTypeFactoryImpl. asString() -
Uses of StringIndexFieldTypeOptionsStep in org.hibernate.search.backend.lucene.types.dsl.impl
Methods in org.hibernate.search.backend.lucene.types.dsl.impl that return StringIndexFieldTypeOptionsStep Modifier and Type Method Description StringIndexFieldTypeOptionsStep<?>LuceneIndexFieldTypeFactoryImpl. asString() -
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. -
Uses of StringIndexFieldTypeOptionsStep in org.hibernate.search.mapper.pojo.bridge.binding.spi
Methods in org.hibernate.search.mapper.pojo.bridge.binding.spi that return StringIndexFieldTypeOptionsStep Modifier and Type Method Description StringIndexFieldTypeOptionsStep<?>FieldModelContributorContext. stringTypeOptionsStep()
-