[ 
https://issues.apache.org/jira/browse/SOLR-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614248#action_12614248
 ] 

Lars Kotthoff commented on SOLR-634:
------------------------------------

Regarding testing, we can't use AbstractSolrTestCase for that since it 
communicates with Solr directly instead over HTTP, thus the servlet code 
wouldn't be executed. Doing something like JettyWebappTest seems more feasible, 
although that depends on assembling all the Solr parts required to run it as a 
webapp to test against. Currently the easiest way to do that is to build the 
distribution war file. I'm not that familiar with the current build/testing 
process though, so do correct me if I'm wrong!

I agree that it'd be better not to have to create and copy the war file for 
integration testing, but changing the current way will likely require some 
bigger changes. Let's tackle that as a different issue after this one if the 
need arises.

> Solr user interface
> -------------------
>
>                 Key: SOLR-634
>                 URL: https://issues.apache.org/jira/browse/SOLR-634
>             Project: Solr
>          Issue Type: New Feature
>          Components: web gui
>            Reporter: Lars Kotthoff
>         Attachments: SOLR-634.patch, solr-ui.tar.gz
>
>
> Provide an example user interface for Solr (web application) for people to 
> try out Solr's capabilities.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to