public static class ValuesSource.Numeric.Script extends ValuesSource.Numeric
ValuesSource.Numeric.FieldData, ValuesSource.Numeric.Script, ValuesSource.Numeric.WithScriptValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.NumericEMPTY| コンストラクタと説明 |
|---|
Script(SearchScript script,
ValueType scriptValueType) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SortedBinaryDocValues |
bytesValues(org.apache.lucene.index.LeafReaderContext context)
Get the current
ValuesSource.WithScript.BytesValues. |
SortedNumericDoubleValues |
doubleValues(org.apache.lucene.index.LeafReaderContext context)
Get the current
SortedNumericDoubleValues. |
boolean |
isFloatingPoint()
Whether the underlying data is floating-point or not.
|
org.apache.lucene.index.SortedNumericDocValues |
longValues(org.apache.lucene.index.LeafReaderContext context)
Get the current
SortedNumericDocValues. |
boolean |
needsScores()
Whether this values source needs scores.
|
docsWithValuepublic Script(SearchScript script, ValueType scriptValueType)
public boolean isFloatingPoint()
ValuesSource.NumericisFloatingPoint クラス内 ValuesSource.Numericpublic org.apache.lucene.index.SortedNumericDocValues longValues(org.apache.lucene.index.LeafReaderContext context)
throws IOException
ValuesSource.NumericSortedNumericDocValues.longValues クラス内 ValuesSource.NumericIOExceptionpublic SortedNumericDoubleValues doubleValues(org.apache.lucene.index.LeafReaderContext context) throws IOException
ValuesSource.NumericSortedNumericDoubleValues.doubleValues クラス内 ValuesSource.NumericIOExceptionpublic SortedBinaryDocValues bytesValues(org.apache.lucene.index.LeafReaderContext context) throws IOException
ValuesSourceValuesSource.WithScript.BytesValues.bytesValues クラス内 ValuesSourceIOExceptionpublic boolean needsScores()
ValuesSourceneedsScores クラス内 ValuesSourceCopyright © 2009–2016. All rights reserved.