Module org.elasticsearch.server
Class ScriptDocValues.StringsSupplier
java.lang.Object
org.elasticsearch.index.fielddata.ScriptDocValues.StringsSupplier
- All Implemented Interfaces:
ScriptDocValues.Supplier<String>
- Enclosing class:
ScriptDocValues<T>
public static class ScriptDocValues.StringsSupplier
extends Object
implements ScriptDocValues.Supplier<String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringbytesToString(org.apache.lucene.util.BytesRef bytesRef) getInternal(int index) voidsetNextDocId(int docId) intsize()
-
Constructor Details
-
StringsSupplier
-
-
Method Details
-
setNextDocId
- Specified by:
setNextDocIdin interfaceScriptDocValues.Supplier<String>- Throws:
IOException
-
bytesToString
-
getInternal
- Specified by:
getInternalin interfaceScriptDocValues.Supplier<String>
-
size
public int size()- Specified by:
sizein interfaceScriptDocValues.Supplier<String>
-