ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numericpublic abstract class ValuesSource
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ValuesSource.Bytes |
|
static class |
ValuesSource.GeoPoint |
|
static class |
ValuesSource.Numeric |
|
static class |
ValuesSource.WithScript |
| Constructor | Description |
|---|---|
ValuesSource() |
| Modifier and Type | Method | 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 java.io.IOException
ValuesSource.WithScript.BytesValues.java.io.IOExceptionpublic abstract org.apache.lucene.util.Bits docsWithValue(org.apache.lucene.index.LeafReaderContext context)
throws java.io.IOException
java.io.IOExceptionpublic boolean needsScores()