public class DoubleRangeDocValuesField extends BinaryDocValuesField
Field.Store
TYPE
fieldsData, name, tokenStream, type
Constructor and Description |
---|
DoubleRangeDocValuesField(String field,
double[] min,
double[] max)
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getMax(int dimension)
Get the maximum value for the given dimension.
|
double |
getMin(int dimension)
Get the minimum value for the given dimension.
|
static Query |
newSlowIntersectsQuery(String field,
double[] min,
double[] 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, toString
public DoubleRangeDocValuesField(String field, double[] min, double[] max)
public double getMin(int dimension)
public double getMax(int dimension)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.