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