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