[
https://issues.apache.org/jira/browse/SOLR-9717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-9717:
-----------------------------
Attachment: SOLR-9717.patch
What's included
* The {{SortingResponseWriter}} (xsort) does not exist and it is now moved to a
generic class called {{ExportWriter}}
* {{ExportWriter}} does not emit JSON. it uses an interface called
{{PushWriter}} to write response
* TextResponseWriter implements {{PushWriter}} and in turn {{JSONWriter}} also
implement PushWriter
* The path {{/export}} is now handled by a class called {{ExportHandler}} which
just sets the appropriate {{wt}} and invoke {{ExportWriter}} to spit out the
response
> "xsort" ResponseWriter should support other formats
> ---------------------------------------------------
>
> Key: SOLR-9717
> URL: https://issues.apache.org/jira/browse/SOLR-9717
> Project: Solr
> Issue Type: Sub-task
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Noble Paul
> Assignee: Noble Paul
> Attachments: SOLR-9717.patch
>
>
> The Response JSON is written in an ad hoc way. Standardize the way the docs
> are written and support javabin as well
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]