org.apache.solr.client.solrj.request
Class RequestWriter
java.lang.Object
org.apache.solr.client.solrj.request.RequestWriter
- Direct Known Subclasses:
- BinaryRequestWriter
public class RequestWriter
- extends Object
A RequestWriter is used to write requests to Solr.
A subclass can override the methods in this class to supply a custom format in which a request can be sent.
- Since:
- solr 1.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UTF_8
public static final Charset UTF_8
RequestWriter
public RequestWriter()
getContentStreams
public Collection<ContentStream> getContentStreams(SolrRequest req)
throws IOException
- Throws:
IOException
getPath
public String getPath(SolrRequest req)
getContentStream
public ContentStream getContentStream(UpdateRequest req)
throws IOException
- Throws:
IOException
write
public void write(SolrRequest request,
OutputStream os)
throws IOException
- Throws:
IOException
getUpdateContentType
public String getUpdateContentType()
isNull
protected boolean isNull(List l)
isNull
protected boolean isNull(Map l)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.