public abstract static class ValuesSource.Numeric extends ValuesSource
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ValuesSource.Numeric.FieldData |
static class |
ValuesSource.Numeric.Script |
static class |
ValuesSource.Numeric.WithScript |
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric| 修飾子とタイプ | フィールドと説明 |
|---|---|
static ValuesSource.Numeric |
EMPTY |
| コンストラクタと説明 |
|---|
Numeric() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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. |
bytesValues, 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 IOException
SortedNumericDocValues.IOExceptionpublic abstract SortedNumericDoubleValues doubleValues(org.apache.lucene.index.LeafReaderContext context) throws IOException
SortedNumericDoubleValues.IOExceptionpublic org.apache.lucene.util.Bits docsWithValue(org.apache.lucene.index.LeafReaderContext context)
throws IOException
docsWithValue クラス内 ValuesSourceIOExceptionCopyright © 2009–2016. All rights reserved.