public abstract class ValuesSource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ValuesSource.Bytes |
static class |
ValuesSource.GeoPoint |
static class |
ValuesSource.Numeric |
static class |
ValuesSource.WithScript |
| Constructor and Description |
|---|
ValuesSource() |
| Modifier and Type | Method and Description |
|---|---|
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–2017. All rights reserved.