public class FloatRangeDocValuesField extends BinaryDocValuesField
Field.StoreTYPEfieldsData, name, tokenStream, type| Constructor and Description | 
|---|
| FloatRangeDocValuesField(String field,
                        float[] min,
                        float[] max)Sole constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| float | getMax(int dimension)Get the maximum value for the given dimension. | 
| float | getMin(int dimension)Get the minimum value for the given dimension. | 
| static Query | newSlowIntersectsQuery(String field,
                      float[] min,
                      float[] max)Create a new range query that finds all ranges that intersect using doc values. | 
binaryValue, fieldType, getCharSequenceValue, name, numericValue, readerValue, setBytesValue, setBytesValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setReaderValue, setShortValue, setStringValue, setTokenStream, stringValue, tokenStream, tokenStreamValue, toStringpublic FloatRangeDocValuesField(String field, float[] min, float[] max)
public float getMin(int dimension)
public float getMax(int dimension)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.