public class OutputstreamResponseWrapper
extends org.apache.solr.client.solrj.ResponseParser
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
OutputstreamResponseWrapper(OutputStream outputStream,
String writerType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding() |
String |
getWriterType() |
org.apache.solr.common.util.NamedList<Object> |
processResponse(InputStream inputStream,
String encoding) |
org.apache.solr.common.util.NamedList<Object> |
processResponse(Reader reader) |
public OutputstreamResponseWrapper(OutputStream outputStream, String writerType)
outputStream - The OutpuStream to serialize the fulltext response inwriterType - The writerType (aka : the wt parameter)public String getWriterType()
getWriterType in class org.apache.solr.client.solrj.ResponseParserpublic org.apache.solr.common.util.NamedList<Object> processResponse(Reader reader)
processResponse in class org.apache.solr.client.solrj.ResponseParserpublic org.apache.solr.common.util.NamedList<Object> processResponse(InputStream inputStream, String encoding)
processResponse in class org.apache.solr.client.solrj.ResponseParserpublic String getEncoding()
Copyright © 2015. All rights reserved.