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 TypeInterfaceDescriptioninterfaceElasticsearchStandardIndexFieldTypeOptionsStep<S extends ElasticsearchStandardIndexFieldTypeOptionsStep<?,F>, F> -
Uses of StandardIndexFieldTypeOptionsStep in org.hibernate.search.backend.elasticsearch.types.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.types.dsl.impl that return StandardIndexFieldTypeOptionsStepModifier and TypeMethodDescription<F> StandardIndexFieldTypeOptionsStep<?,F> ElasticsearchIndexFieldTypeFactoryImpl.asBoolean()ElasticsearchIndexFieldTypeFactoryImpl.asByte()ElasticsearchIndexFieldTypeFactoryImpl.asDouble()ElasticsearchIndexFieldTypeFactoryImpl.asFloat()ElasticsearchIndexFieldTypeFactoryImpl.asGeoPoint()ElasticsearchIndexFieldTypeFactoryImpl.asInstant()ElasticsearchIndexFieldTypeFactoryImpl.asInteger()ElasticsearchIndexFieldTypeFactoryImpl.asLocalDate()ElasticsearchIndexFieldTypeFactoryImpl.asLocalDateTime()ElasticsearchIndexFieldTypeFactoryImpl.asLocalTime()ElasticsearchIndexFieldTypeFactoryImpl.asLong()ElasticsearchIndexFieldTypeFactoryImpl.asMonthDay()ElasticsearchIndexFieldTypeFactoryImpl.asOffsetDateTime()ElasticsearchIndexFieldTypeFactoryImpl.asOffsetTime()ElasticsearchIndexFieldTypeFactoryImpl.asShort()ElasticsearchIndexFieldTypeFactoryImpl.asYear()ElasticsearchIndexFieldTypeFactoryImpl.asYearMonth()ElasticsearchIndexFieldTypeFactoryImpl.asZonedDateTime() -
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.backend.lucene.types.dsl.impl
Methods in org.hibernate.search.backend.lucene.types.dsl.impl that return StandardIndexFieldTypeOptionsStepModifier and TypeMethodDescription<F> StandardIndexFieldTypeOptionsStep<?,F> LuceneIndexFieldTypeFactoryImpl.asBoolean()LuceneIndexFieldTypeFactoryImpl.asByte()LuceneIndexFieldTypeFactoryImpl.asDouble()LuceneIndexFieldTypeFactoryImpl.asFloat()LuceneIndexFieldTypeFactoryImpl.asGeoPoint()LuceneIndexFieldTypeFactoryImpl.asInstant()LuceneIndexFieldTypeFactoryImpl.asInteger()LuceneIndexFieldTypeFactoryImpl.asLocalDate()LuceneIndexFieldTypeFactoryImpl.asLocalDateTime()LuceneIndexFieldTypeFactoryImpl.asLocalTime()LuceneIndexFieldTypeFactoryImpl.asLong()LuceneIndexFieldTypeFactoryImpl.asMonthDay()LuceneIndexFieldTypeFactoryImpl.asOffsetDateTime()LuceneIndexFieldTypeFactoryImpl.asOffsetTime()LuceneIndexFieldTypeFactoryImpl.asShort()LuceneIndexFieldTypeFactoryImpl.asYear()LuceneIndexFieldTypeFactoryImpl.asYearMonth()LuceneIndexFieldTypeFactoryImpl.asZonedDateTime() -
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 TypeInterfaceDescriptioninterfaceStandardIndexFieldTypeOptionsStep<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 TypeInterfaceDescriptioninterfaceScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<?,F>, F> The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.interfaceThe 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 aBooleanin Hibernate Search.IndexFieldTypeFactory.asByte()Define a field type whose values are represented as aBytein Hibernate Search.IndexFieldTypeFactory.asDouble()Define a field type whose values are represented as aDoublein Hibernate Search.IndexFieldTypeFactory.asFloat()Define a field type whose values are represented as aFloatin Hibernate Search.IndexFieldTypeFactory.asGeoPoint()Define a field type whose values are represented as aGeoPointin Hibernate Search.IndexFieldTypeFactory.asInstant()Define a field type whose values are represented as anInstantin Hibernate Search.IndexFieldTypeFactory.asInteger()Define a field type whose values are represented as anIntegerin Hibernate Search.IndexFieldTypeFactory.asLocalDate()Define a field type whose values are represented as aLocalDatein Hibernate Search.IndexFieldTypeFactory.asLocalDateTime()Define a field type whose values are represented as aLocalDateTimein Hibernate Search.IndexFieldTypeFactory.asLocalTime()Define a field type whose values are represented as aLocalTimein Hibernate Search.IndexFieldTypeFactory.asLong()Define a field type whose values are represented as aLongin Hibernate Search.IndexFieldTypeFactory.asMonthDay()Define a field type whose values are represented as aMonthDayin Hibernate Search.IndexFieldTypeFactory.asOffsetDateTime()Define a field type whose values are represented as anOffsetDateTimein Hibernate Search.IndexFieldTypeFactory.asOffsetTime()Define a field type whose values are represented as anOffsetTimein Hibernate Search.IndexFieldTypeFactory.asShort()Define a field type whose values are represented as aShortin Hibernate Search.IndexFieldTypeFactory.asYear()Define a field type whose values are represented as aYearin Hibernate Search.IndexFieldTypeFactory.asYearMonth()Define a field type whose values are represented as aYearMonthin Hibernate Search.IndexFieldTypeFactory.asZonedDateTime()Define a field type whose values are represented as aZonedDateTimein 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