public abstract static class NumberFieldMapper.CustomNumericDocValuesField extends Object implements org.apache.lucene.index.IndexableField
| Modifier and Type | Field and Description |
|---|---|
static org.apache.lucene.document.FieldType |
TYPE |
| Constructor and Description |
|---|
NumberFieldMapper.CustomNumericDocValuesField(String name) |
| Modifier and Type | Method and Description |
|---|---|
float |
boost() |
org.apache.lucene.index.IndexableFieldType |
fieldType() |
String |
name() |
Number |
numericValue() |
Reader |
readerValue() |
String |
stringValue() |
org.apache.lucene.analysis.TokenStream |
tokenStream(org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.analysis.TokenStream reuse) |
public NumberFieldMapper.CustomNumericDocValuesField(String name)
public String name()
name in interface org.apache.lucene.index.IndexableFieldpublic org.apache.lucene.index.IndexableFieldType fieldType()
fieldType in interface org.apache.lucene.index.IndexableFieldpublic float boost()
boost in interface org.apache.lucene.index.IndexableFieldpublic String stringValue()
stringValue in interface org.apache.lucene.index.IndexableFieldpublic Reader readerValue()
readerValue in interface org.apache.lucene.index.IndexableFieldpublic Number numericValue()
numericValue in interface org.apache.lucene.index.IndexableFieldpublic org.apache.lucene.analysis.TokenStream tokenStream(org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.analysis.TokenStream reuse)
tokenStream in interface org.apache.lucene.index.IndexableFieldCopyright © 2009–2017. All rights reserved.