public abstract class ValuesSource extends Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ValuesSource.Bytes |
static class |
ValuesSource.GeoPoint |
static class |
ValuesSource.Numeric |
static class |
ValuesSource.WithScript |
| コンストラクタと説明 |
|---|
ValuesSource() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract SortedBinaryDocValues |
bytesValues(org.apache.lucene.index.LeafReaderContext context)
Get the current
ValuesSource.WithScript.BytesValues. |
abstract org.apache.lucene.util.Bits |
docsWithValue(org.apache.lucene.index.LeafReaderContext context) |
boolean |
needsScores()
Whether this values source needs scores.
|
public abstract SortedBinaryDocValues bytesValues(org.apache.lucene.index.LeafReaderContext context) throws IOException
ValuesSource.WithScript.BytesValues.IOExceptionpublic abstract org.apache.lucene.util.Bits docsWithValue(org.apache.lucene.index.LeafReaderContext context)
throws IOException
IOExceptionpublic boolean needsScores()
Copyright © 2009–2016. All rights reserved.