Class XLSXResponseWriter
- java.lang.Object
-
- org.apache.solr.response.RawResponseWriter
-
- org.apache.solr.handler.extraction.XLSXResponseWriter
-
- All Implemented Interfaces:
BinaryQueryResponseWriter,QueryResponseWriter,NamedListInitializedPlugin
@Deprecated(since="9.10", forRemoval=true) public class XLSXResponseWriter extends RawResponseWriter
Deprecated, for removal: This API element is subject to removal in a future version.This class will be removed in a future release.A .XLSX spreadsheet formatQueryResponseWriter.
-
-
Field Summary
-
Fields inherited from class org.apache.solr.response.RawResponseWriter
CONTENT, CONTENT_TYPE
-
Fields inherited from interface org.apache.solr.response.QueryResponseWriter
CONTENT_TYPE_TEXT_ASCII, CONTENT_TYPE_TEXT_UTF8, CONTENT_TYPE_XML_UTF8
-
-
Constructor Summary
Constructors Constructor Description XLSXResponseWriter()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetContentType(SolrQueryRequest request, SolrQueryResponse response)Deprecated, for removal: This API element is subject to removal in a future version.voidwrite(OutputStream out, SolrQueryRequest req, SolrQueryResponse rsp)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class org.apache.solr.response.RawResponseWriter
getBaseWriter, init, write
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.response.BinaryQueryResponseWriter
serializeResponse
-
-
-
-
Method Detail
-
write
public void write(OutputStream out, SolrQueryRequest req, SolrQueryResponse rsp) throws IOException
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writein interfaceBinaryQueryResponseWriter- Overrides:
writein classRawResponseWriter- Throws:
IOException
-
getContentType
public String getContentType(SolrQueryRequest request, SolrQueryResponse response)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getContentTypein interfaceQueryResponseWriter- Overrides:
getContentTypein classRawResponseWriter
-
-