[
https://issues.apache.org/jira/browse/KNOX-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884469#comment-15884469
]
Richard Ding commented on KNOX-841:
-----------------------------------
Hi [~lmccay],
bq. 1. remove anything in the existing patch that is for the solr REST API
Solr REST API and Solr Admin UI share the same HTTP endpoint. Solr Admin UI is
just GUI frontend for running Solr REST API. Inside the Solr Admin UI, user can
run all Solr REST calls (e.g., collection API, query API, update API, etc.). It
is probably not practical to separate UI rewrite rules from REST rewrite rules.
The difference between UI rewrite rules and REST rewrite rules is that UI
rewrite rules include additional OUTbound rules.
bq. 2a. add anything required to the existing REST API version that is needed
for added APIs OR 2b. add a new version of the REST API service definition
because there was an incompatible change
As shown in earlier comment, the RESTAPI service is just a simple mapping from
gateway endpoint to solr endpoint. Since solr endpoint hasn't changed between
Solr 5.x and Sole 6.x, there is no incompatible change.
bq. 3. add a new service definition for SOLRUI
The existing patch already contains a service definition.
Please let me know if I missed anything.
> Proxy support for Solr UI
> -------------------------
>
> Key: KNOX-841
> URL: https://issues.apache.org/jira/browse/KNOX-841
> Project: Apache Knox
> Issue Type: New Feature
> Components: Server
> Affects Versions: 0.10.0
> Reporter: Richard Ding
> Assignee: Richard Ding
> Fix For: 0.12.0
>
> Attachments: KNOX_841_1.patch, KNOX-841_2.patch, KNOX_841.patch,
> Screen Shot 2017-02-05 at 3.01.20 PM.png
>
>
> Provide proxy UI support for the Solr UI.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)