public static class DoubleFieldMapper.CustomDoubleNumericDocValuesField extends NumberFieldMapper.CustomNumericDocValuesField
Modifier and Type | Field and Description |
---|---|
static org.apache.lucene.document.FieldType |
TYPE |
Constructor and Description |
---|
CustomDoubleNumericDocValuesField(String name,
double value) |
Modifier and Type | Method and Description |
---|---|
void |
add(double value) |
org.apache.lucene.util.BytesRef |
binaryValue() |
boost, fieldType, name, numericValue, readerValue, stringValue, tokenStream
public CustomDoubleNumericDocValuesField(String name, double value)
Copyright © 2009–2015. All rights reserved.