public static class LegacyShortFieldMapper.CustomShortNumericField extends LegacyNumberFieldMapper.CustomNumericField
| Constructor and Description |
|---|
CustomShortNumericField(short number,
LegacyNumberFieldMapper.NumberFieldType fieldType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
numericAsString() |
org.apache.lucene.analysis.TokenStream |
tokenStream(org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.analysis.TokenStream previous) |
getCachedStream, readerValue, stringValuebinaryValue, boost, fieldType, name, numericValue, setBoost, setBytesValue, setBytesValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setReaderValue, setShortValue, setStringValue, setTokenStream, tokenStreamValue, toStringpublic CustomShortNumericField(short number,
LegacyNumberFieldMapper.NumberFieldType fieldType)
public org.apache.lucene.analysis.TokenStream tokenStream(org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.analysis.TokenStream previous)
tokenStream in interface org.apache.lucene.index.IndexableFieldtokenStream in class org.apache.lucene.document.Fieldpublic java.lang.String numericAsString()
numericAsString in class LegacyNumberFieldMapper.CustomNumericField