public static class FloatFieldMapper.CustomFloatNumericField extends NumberFieldMapper.CustomNumericField
| Constructor and Description |
|---|
FloatFieldMapper.CustomFloatNumericField(float number,
NumberFieldMapper.NumberFieldType fieldType) |
| Modifier and Type | Method and Description |
|---|---|
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, toString, translateFieldTypepublic FloatFieldMapper.CustomFloatNumericField(float number,
NumberFieldMapper.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 String numericAsString()
numericAsString in class NumberFieldMapper.CustomNumericFieldCopyright © 2009–2017. All rights reserved.