public static final class ScaledFloatFieldMapper.ScaledFloatFieldType
extends SimpleMappedFieldType
| Constructor and Description |
|---|
ScaledFloatFieldType() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCompatibility(MappedFieldType other,
java.util.List<java.lang.String> conflicts,
boolean strict) |
MappedFieldType |
clone() |
DocValueFormat |
docValueFormat(java.lang.String format,
DateTimeZone timeZone) |
boolean |
equals(java.lang.Object o) |
Query |
existsQuery(QueryShardContext context) |
IndexFieldData.Builder |
fielddataBuilder(java.lang.String fullyQualifiedIndexName) |
double |
getScalingFactor() |
int |
hashCode() |
Query |
rangeQuery(java.lang.Object lowerTerm,
java.lang.Object upperTerm,
boolean includeLower,
boolean includeUpper,
QueryShardContext context) |
void |
setScalingFactor(double scalingFactor) |
Query |
termQuery(java.lang.Object value,
QueryShardContext context) |
Query |
termsQuery(java.util.List<?> values,
QueryShardContext context) |
java.lang.String |
typeName() |
java.lang.Object |
valueForDisplay(java.lang.Object value) |
public double getScalingFactor()
public void setScalingFactor(double scalingFactor)
public MappedFieldType clone()
public java.lang.String typeName()
public void checkCompatibility(MappedFieldType other,
java.util.List<java.lang.String> conflicts,
boolean strict)
public Query existsQuery(QueryShardContext context)
public Query termQuery(java.lang.Object value,
QueryShardContext context)
public Query termsQuery(java.util.List<?> values,
QueryShardContext context)
public Query rangeQuery(java.lang.Object lowerTerm,
java.lang.Object upperTerm,
boolean includeLower,
boolean includeUpper,
QueryShardContext context)
public IndexFieldData.Builder fielddataBuilder(java.lang.String fullyQualifiedIndexName)
public java.lang.Object valueForDisplay(java.lang.Object value)
public DocValueFormat docValueFormat(java.lang.String format,
DateTimeZone timeZone)
public boolean equals(java.lang.Object o)
public int hashCode()