public class SourceDoc extends Object
Elasticsearch document fragment with a single field, “source”, used in bulk requests.
SourceDoc()
SourceDoc(String source)
String
getSource()
void
setSource(String source)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SourceDoc()
public SourceDoc(String source)
public String getSource()
public void setSource(String source)
Copyright © 2022 The Apache Software Foundation. All rights reserved.