Uses of Interface
org.hibernate.search.engine.backend.types.dsl.ScaledNumberIndexFieldTypeOptionsStep
-
-
Uses of ScaledNumberIndexFieldTypeOptionsStep in org.hibernate.search.backend.elasticsearch.types.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.types.dsl.impl that return ScaledNumberIndexFieldTypeOptionsStep Modifier and Type Method Description ScaledNumberIndexFieldTypeOptionsStep<?,BigDecimal>ElasticsearchIndexFieldTypeFactoryImpl. asBigDecimal()ScaledNumberIndexFieldTypeOptionsStep<?,BigInteger>ElasticsearchIndexFieldTypeFactoryImpl. asBigInteger() -
Uses of ScaledNumberIndexFieldTypeOptionsStep in org.hibernate.search.backend.lucene.types.dsl.impl
Methods in org.hibernate.search.backend.lucene.types.dsl.impl that return ScaledNumberIndexFieldTypeOptionsStep Modifier and Type Method Description ScaledNumberIndexFieldTypeOptionsStep<?,BigDecimal>LuceneIndexFieldTypeFactoryImpl. asBigDecimal()ScaledNumberIndexFieldTypeOptionsStep<?,BigInteger>LuceneIndexFieldTypeFactoryImpl. asBigInteger() -
Uses of ScaledNumberIndexFieldTypeOptionsStep in org.hibernate.search.engine.backend.types.dsl
Classes in org.hibernate.search.engine.backend.types.dsl with type parameters of type ScaledNumberIndexFieldTypeOptionsStep Modifier and Type Interface Description interfaceScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<?,F>,F>The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.Methods in org.hibernate.search.engine.backend.types.dsl that return ScaledNumberIndexFieldTypeOptionsStep Modifier and Type Method Description ScaledNumberIndexFieldTypeOptionsStep<?,BigDecimal>IndexFieldTypeFactory. asBigDecimal()Define a field type whose values are represented as aBigDecimalin Hibernate Search.ScaledNumberIndexFieldTypeOptionsStep<?,BigInteger>IndexFieldTypeFactory. asBigInteger()Define a field type whose values are represented as aBigIntegerin Hibernate Search. -
Uses of ScaledNumberIndexFieldTypeOptionsStep in org.hibernate.search.mapper.pojo.bridge.binding.spi
Methods in org.hibernate.search.mapper.pojo.bridge.binding.spi that return ScaledNumberIndexFieldTypeOptionsStep Modifier and Type Method Description ScaledNumberIndexFieldTypeOptionsStep<?,?>FieldModelContributorContext. scaledNumberTypeOptionsStep()
-