public static class ValuesSource.WithScript extends ValuesSource.Bytes
ValuesSource.Bytes.FieldData, ValuesSource.Bytes.ParentChild, ValuesSource.Bytes.Script, ValuesSource.Bytes.WithOrdinalsValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric, ValuesSource.WithScriptEMPTY| Constructor and Description |
|---|
WithScript(ValuesSource delegate,
SearchScript script) |
| Modifier and Type | Method and Description |
|---|---|
SortedBinaryDocValues |
bytesValues(org.apache.lucene.index.LeafReaderContext context)
Get the current
ValuesSource.WithScript.BytesValues. |
boolean |
needsScores()
Whether this values source needs scores.
|
docsWithValuepublic WithScript(ValuesSource delegate, SearchScript script)
public boolean needsScores()
ValuesSourceneedsScores in class ValuesSourcepublic SortedBinaryDocValues bytesValues(org.apache.lucene.index.LeafReaderContext context) throws IOException
ValuesSourceValuesSource.WithScript.BytesValues.bytesValues in class ValuesSourceIOExceptionCopyright © 2009–2016. All rights reserved.