public class RequestWriter extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
RequestWriter.LazyContentStream |
| Constructor and Description |
|---|
RequestWriter() |
| Modifier and Type | Method and Description |
|---|---|
ContentStream |
getContentStream(UpdateRequest req) |
Collection<ContentStream> |
getContentStreams(SolrRequest req) |
String |
getPath(SolrRequest req) |
String |
getUpdateContentType() |
protected boolean |
isNull(List l) |
protected boolean |
isNull(Map l) |
void |
write(SolrRequest request,
OutputStream os) |
public static final Charset UTF_8
public Collection<ContentStream> getContentStreams(SolrRequest req) throws IOException
IOExceptionpublic String getPath(SolrRequest req)
public ContentStream getContentStream(UpdateRequest req) throws IOException
IOExceptionpublic void write(SolrRequest request, OutputStream os) throws IOException
IOExceptionpublic String getUpdateContentType()
protected boolean isNull(List l)
protected boolean isNull(Map l)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.