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 String
bytesToString
(org.apache.lucene.util.BytesRef bytesRef) getInternal
(int index) void
setNextDocId
(int docId) int
size()
-
Constructor Details
-
StringsSupplier
-
-
Method Details
-
setNextDocId
- Specified by:
setNextDocId
in interfaceScriptDocValues.Supplier<String>
- Throws:
IOException
-
bytesToString
-
getInternal
- Specified by:
getInternal
in interfaceScriptDocValues.Supplier<String>
-
size
public int size()- Specified by:
size
in interfaceScriptDocValues.Supplier<String>
-