ValuesSource.Numeric.FieldData, ValuesSource.Numeric.Script, ValuesSource.Numeric.WithScriptpublic abstract static class ValuesSource.Numeric extends ValuesSource
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ValuesSource.Numeric.FieldData |
|
static class |
ValuesSource.Numeric.Script |
|
static class |
ValuesSource.Numeric.WithScript |
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric| Modifier and Type | Field | Description |
|---|---|---|
static ValuesSource.Numeric |
EMPTY |
| Constructor | Description |
|---|---|
Numeric() |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.lucene.util.Bits |
docsWithValue(org.apache.lucene.index.LeafReaderContext context) |
|
abstract SortedNumericDoubleValues |
doubleValues(org.apache.lucene.index.LeafReaderContext context) |
Get the current
SortedNumericDoubleValues. |
abstract boolean |
isFloatingPoint() |
Whether the underlying data is floating-point or not.
|
abstract org.apache.lucene.index.SortedNumericDocValues |
longValues(org.apache.lucene.index.LeafReaderContext context) |
Get the current
SortedNumericDocValues. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbytesValues, needsScorespublic static final ValuesSource.Numeric EMPTY
public abstract boolean isFloatingPoint()
public abstract org.apache.lucene.index.SortedNumericDocValues longValues(org.apache.lucene.index.LeafReaderContext context)
throws java.io.IOException
SortedNumericDocValues.java.io.IOExceptionpublic abstract SortedNumericDoubleValues doubleValues(org.apache.lucene.index.LeafReaderContext context) throws java.io.IOException
SortedNumericDoubleValues.java.io.IOExceptionpublic org.apache.lucene.util.Bits docsWithValue(org.apache.lucene.index.LeafReaderContext context)
throws java.io.IOException
docsWithValue in class ValuesSourcejava.io.IOException