Uses of Interface
org.hibernate.search.engine.backend.types.dsl.StandardIndexFieldTypeOptionsStep
Packages that use StandardIndexFieldTypeOptionsStep
Package
Description
-
Uses of StandardIndexFieldTypeOptionsStep in org.hibernate.search.backend.elasticsearch.types.dsl
Subinterfaces of StandardIndexFieldTypeOptionsStep in org.hibernate.search.backend.elasticsearch.types.dslModifier and TypeInterfaceDescriptioninterface
ElasticsearchStandardIndexFieldTypeOptionsStep<S extends ElasticsearchStandardIndexFieldTypeOptionsStep<?,
F>, F> -
Uses of StandardIndexFieldTypeOptionsStep in org.hibernate.search.backend.lucene.types.dsl
Subinterfaces of StandardIndexFieldTypeOptionsStep in org.hibernate.search.backend.lucene.types.dslModifier and TypeInterfaceDescriptioninterface
-
Uses of StandardIndexFieldTypeOptionsStep in org.hibernate.search.engine.backend.types.dsl
Classes in org.hibernate.search.engine.backend.types.dsl with type parameters of type StandardIndexFieldTypeOptionsStepModifier and TypeInterfaceDescriptioninterface
StandardIndexFieldTypeOptionsStep<S extends StandardIndexFieldTypeOptionsStep<?,
F>, F> The initial and final step in a "standard" index field type definition, where optional parameters can be set.Subinterfaces of StandardIndexFieldTypeOptionsStep in org.hibernate.search.engine.backend.types.dslModifier and TypeInterfaceDescriptioninterface
ScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<?,
F>, F> The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.interface
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 StandardIndexFieldTypeOptionsStepModifier and TypeMethodDescription<F> StandardIndexFieldTypeOptionsStep<?,
F> Define a field type whose values are represented as a given type in Hibernate Search.IndexFieldTypeFactory.asBoolean()
Define a field type whose values are represented as aBoolean
in Hibernate Search.IndexFieldTypeFactory.asByte()
Define a field type whose values are represented as aByte
in Hibernate Search.IndexFieldTypeFactory.asDouble()
Define a field type whose values are represented as aDouble
in Hibernate Search.IndexFieldTypeFactory.asFloat()
Define a field type whose values are represented as aFloat
in Hibernate Search.IndexFieldTypeFactory.asGeoPoint()
Define a field type whose values are represented as aGeoPoint
in Hibernate Search.IndexFieldTypeFactory.asInstant()
Define a field type whose values are represented as anInstant
in Hibernate Search.IndexFieldTypeFactory.asInteger()
Define a field type whose values are represented as anInteger
in Hibernate Search.IndexFieldTypeFactory.asLocalDate()
Define a field type whose values are represented as aLocalDate
in Hibernate Search.IndexFieldTypeFactory.asLocalDateTime()
Define a field type whose values are represented as aLocalDateTime
in Hibernate Search.IndexFieldTypeFactory.asLocalTime()
Define a field type whose values are represented as aLocalTime
in Hibernate Search.IndexFieldTypeFactory.asLong()
Define a field type whose values are represented as aLong
in Hibernate Search.IndexFieldTypeFactory.asMonthDay()
Define a field type whose values are represented as aMonthDay
in Hibernate Search.IndexFieldTypeFactory.asOffsetDateTime()
Define a field type whose values are represented as anOffsetDateTime
in Hibernate Search.IndexFieldTypeFactory.asOffsetTime()
Define a field type whose values are represented as anOffsetTime
in Hibernate Search.IndexFieldTypeFactory.asShort()
Define a field type whose values are represented as aShort
in Hibernate Search.IndexFieldTypeFactory.asYear()
Define a field type whose values are represented as aYear
in Hibernate Search.IndexFieldTypeFactory.asYearMonth()
Define a field type whose values are represented as aYearMonth
in Hibernate Search.IndexFieldTypeFactory.asZonedDateTime()
Define a field type whose values are represented as aZonedDateTime
in Hibernate Search. -
Uses of StandardIndexFieldTypeOptionsStep in org.hibernate.search.mapper.pojo.bridge.binding.spi
Methods in org.hibernate.search.mapper.pojo.bridge.binding.spi that return StandardIndexFieldTypeOptionsStep