You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (Created) (JIRA)" <ji...@apache.org> on 2012/02/24 20:47:48 UTC

[jira] [Created] (SOLR-3162) Continue work on new admin UI

Continue work on new admin UI
-----------------------------

                 Key: SOLR-3162
                 URL: https://issues.apache.org/jira/browse/SOLR-3162
             Project: Solr
          Issue Type: Improvement
          Components: Schema and Analysis
    Affects Versions: 4.0
            Reporter: Erick Erickson


There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217285#comment-13217285 ] 

Stefan Matheis (steffkes) commented on SOLR-3162:
-------------------------------------------------

bq. For the time being, edismax can have the same parameters as dismax, the differences are mostly in the syntax that's parsed.

I had a look at the Query-Interface .. should we just duplicate the "dismax" Section, or it is more usefull, that we extend the section to "(e)dismax" and include a selection between "dismax" & "edismax"? Don't know how ppl use these two .. Using the same Param-Values with different parsers? Or? Tell me how :)
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-120227-zookeeper-servlet.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) updated SOLR-3162:
--------------------------------------------

    Attachment: SOLR-3162-120227-zookeeper-servlet.patch

Quick Path for the Zookeeper Servlet, we didn't need the Content-'Preview' if we are browsing the tree and i removed the escaped Quotes, Mark mentioned them on SOLR-3116
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>         Attachments: SOLR-3162-120227-zookeeper-servlet.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Mark Miller (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218272#comment-13218272 ] 

Mark Miller commented on SOLR-3162:
-----------------------------------

Wishlist item: 

The zookeeper info has information about the current cluster state, but its not really in a very user friendly consumable form.

It would be really great if we had a more graphical representation of cluster using the information from zookeeper.

All of the information to build such a view is in the zookeeper servlet.

The clusterstate.json file has the layout and state about each node, and the /live_nodes list gives which nodes are considered up and down by zookeeper. Together, this gives the major status of the cluster.

So for a cluster that had a clusterstate.json with one collection, 2 shards, and 2 nodes for each shard, you might imagine seeing 4 circles arranged in a square under the heading "collection1". There would be a row of circles for each shard and a column for each replica. One of the circles would represent a shard entry that did not have a node_name under /live_nodes, so it would be black. Another circle would represent a shard entry that had a node_name that was under/live_nodes and had a state of active so it would be green. Another circle would be good with /live_nodes but have a state of recoverying, so it would be yellow. The final circle would be good with /live_nodes but have a state of recovery_failed, so it would be red.

At a glance, you could roughly see what your cluster looked like, and what state it was in. Then of course you could also add more, but this would be the basics. Just an idea ;)
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Mark Miller (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218271#comment-13218271 ] 

Mark Miller commented on SOLR-3162:
-----------------------------------

Wishlist item: 

The zookeeper info has information about the current cluster state, but its not really in a very user friendly consumable form.

It would be really great if we had a more graphical representation of cluster using the information from zookeeper.

All of the information to build such a view is in the zookeeper servlet.

The clusterstate.json file has the layout and state about each node, and the /live_nodes list gives which nodes are considered up and down by zookeeper. Together, this gives the major status of the cluster.

So for a cluster that had a clusterstate.json with one collection, 2 shards, and 2 nodes for each shard, you might imagine seeing 4 circles arranged in a square under the heading "collection1". There would be a row of circles for each shard and a column for each replica. One of the circles would represent a shard entry that did not have a node_name under /live_nodes, so it would be black. Another circle would represent a shard entry that had a node_name that was under/live_nodes and had a state of active so it would be green. Another circle would be good with /live_nodes but have a state of recoverying, so it would be yellow. The final circle would be good with /live_nodes but have a state of recovery_failed, so it would be red.

At a glance, you could roughly see what your cluster looked like, and what state it was in. Then of course you could also add more, but this would be the basics. Just an idea ;)
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Assigned] (SOLR-3162) Continue work on new admin UI

Posted by "Erick Erickson (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erick Erickson reassigned SOLR-3162:
------------------------------------

    Assignee: Erick Erickson
    
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-120227-zookeeper-servlet.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13228294#comment-13228294 ] 

Stefan Matheis (steffkes) commented on SOLR-3162:
-------------------------------------------------

Aliaksandr, i never worked with Tomcat myself, so don't know :/ But could you open a separate Issue with a complete Stacktrace and link it to SOLR-3238?
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis, web gui
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>             Fix For: 4.0
>
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Mark Miller (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219798#comment-13219798 ] 

Mark Miller commented on SOLR-3162:
-----------------------------------

bq. Is this what you were thinking? 

+1
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) updated SOLR-3162:
--------------------------------------------

    Attachment: SOLR-3162.patch

Combined Patch, contains:
* ZookeeperServlet
** removed Content-Preview
** escaped Quotes
* Logging
** Now functional, using SOLR-2459
* Schema-Browser
** Button for loading Info on Demand
** Form to decide how many Terms to load
** Type/Name shown in Plain-Text
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Erick Erickson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217321#comment-13217321 ] 

Erick Erickson commented on SOLR-3162:
--------------------------------------

By and large, they use one or the other, so it seems that having them be siblings makes the most sense. But I don't have strong feelings about it if anyone else wants to chime in...
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-120227-zookeeper-servlet.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) updated SOLR-3162:
--------------------------------------------

    Attachment: SOLR-3162-index.png
                SOLR-3162.patch

Updated Patch includes redesigned Index Screen
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13228287#comment-13228287 ] 

Stefan Matheis (steffkes) commented on SOLR-3162:
-------------------------------------------------

Thomas, did you think that Command-Dropdown (which is already in there, first of all Options in the Form) is not visible enough so that we need two seperate Buttons?
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis, web gui
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>             Fix For: 4.0
>
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) updated SOLR-3162:
--------------------------------------------

    Attachment:     (was: SOLR-3162-index.png)
    
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Issue Comment Edited] (SOLR-3162) Continue work on new admin UI

Posted by "Erik Hatcher (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218444#comment-13218444 ] 

Erik Hatcher edited comment on SOLR-3162 at 2/28/12 6:39 PM:
-------------------------------------------------------------

Quoting from a comment above:

bq. ... Additionally we would need the functionality as a handler/servlet-thingy ...

This is where the, tada, VelocityResponseWriter could really help here.  Rather than raw *data* having to come from Ajax calls, through a Velocity template you can get at pretty much _anything_ from the SolrCore and configuration, and then use that to generate a response (even, say, an "x = '$whatever'" kinda variable into JavaScript.  For example:

{code}
never304 = $request.core.solrConfig.httpCachingConfig.never304
{code}

You could get this using an out of the box request like this: http://localhost:8983/solr/select?q=*:*&wt=velocity&v.template=foo&v.template.foo=never304%20=%20$request.core.solrConfig.httpCachingConfig.never304 (though of course I'd recommend templates be created from this under conf/velocity rather than passed in via the request).  The point is, everything can be gathered when you're "inside" Solr, but requires explicit exposing of these inner details to make the data available cleanly for this Ajax-the-data-generate-UI-in-JavaScript approach.


                
      was (Author: ehatcher):
    Quoting from a comment above:

bq. ... Additionally we would need the functionality as a handler/servlet-thingy ...

This is where the, tada, VelocityResponseWriter could really help here.  Rather than raw *data* having to come from Ajax calls, through a Velocity template you can get at pretty much _anything_ from the SolrCore and configuration, and then use that to generate a response (even, say, an "x = '$whatever'" kinda variable into JavaScript.  For example:

{code}
never304 = $request.core.solrConfig.httpCachingConfig.never304
{code}

You could get this using an out of the box request like this: http://localhost:8983/solr/select?wt=velocity&v.template=foo&v.template.foo=never304%20=%20$request.core.solrConfig.httpCachingConfig.never304 (though of course I'd recommend templates be created from this under conf/velocity rather than passed in via the request).  The point is, everything can be gathered when you're "inside" Solr, but requires explicit exposing of these inner details to make the data available cleanly for this Ajax-the-data-generate-UI-in-JavaScript approach.


                  
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Sami Siren (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219006#comment-13219006 ] 

Sami Siren commented on SOLR-3162:
----------------------------------

bq. Attached Screenshots shows the new Index Screen 
Looks nice! I noticed there's a typo in the index screen "File Descripter Count" -> "File Descriptor Count"
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218150#comment-13218150 ] 

Stefan Matheis (steffkes) commented on SOLR-3162:
-------------------------------------------------

bq. At least I think this requires SOLR-2459.
Yepp, Ryan posted that it was committed in Rev 1292617, don't know why it's still open
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Erick Erickson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219196#comment-13219196 ] 

Erick Erickson commented on SOLR-3162:
--------------------------------------

Cool!

Minor nit: When looking at the schema file in the cloud tree (cloud>>config>>myconf>>schema.xml) all the double quotes are escaped. This is not true when examining the schema.xml file in the "singlecore" bit. Don't know whether the raw data comes in like that or not.

Also, the cloud tree is not expanded on startup, (Chrome 17.0.963.56)

But the 404 error is gone which is a very good thing <G>....
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Erick Erickson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217591#comment-13217591 ] 

Erick Erickson commented on SOLR-3162:
--------------------------------------

I'm not sure whether then information is there and we're not showing it or whether the info just isn't there. But it would be helpful if we knew which node was the leader in collections/collection###/leader_elect/shard#. I *think* the raw data looks something like:
15130063773499394-MACINTOSH.LOCAL:7574_SOLR_-N_0000000001 (ephemeral v=0)
and the -N000000000001 indicates that this is a leader, but it might just be the count. I only have two elements/shard, so since I just have 000000000 and 00000001 they might just be shard ids....

                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-120227-zookeeper-servlet.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3162) Continue work on new admin UI

Posted by "Ryan McKinley (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley updated SOLR-3162:
--------------------------------

    Component/s: web gui
    
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis, web gui
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) updated SOLR-3162:
--------------------------------------------

    Attachment: SOLR-3162.patch

bq. On a quick test I'm getting a 404 error when clicking on the Solr Cloud link, don't know if I've got something messed up or not...

Uh oh, thanks for the hint .. my fault, used the wrong path for the zookeeper-Servlet
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Ryan McKinley (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13223474#comment-13223474 ] 

Ryan McKinley commented on SOLR-3162:
-------------------------------------

Rather then make this issue huge... could we make new issues for the outstanding tasks?  It is difficult to tell what is left to do.

We can use the JIRA component "web gui"
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis, web gui
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (SOLR-3162) Continue work on new admin UI

Posted by "Erick Erickson (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erick Erickson resolved SOLR-3162.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0

r: 1298010

I folded SOLR-3181 into this commit.
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis, web gui
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>             Fix For: 4.0
>
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219911#comment-13219911 ] 

Stefan Matheis (steffkes) commented on SOLR-3162:
-------------------------------------------------

Sami, yepp also noticed that .. already fixed after taking the screenshot :)

Erick, Are the double Quotes still there? The Patch should remove all {{replaceAll}} usages, so the raw content should be visible right know. I'm not completely sure which sources are used for the cloud-tab and the {{/admin/file}} Handler, so it maybe give you different output ;o

Cloud-Tree Expander still not working? Even w/ the latest Patch? Just to be sure, cleared the Browser-Cache?
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Erick Erickson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13220996#comment-13220996 ] 

Erick Erickson commented on SOLR-3162:
--------------------------------------

Stefan:

The escapes are still there, like this. I'm starting to think there's something up with how ZK returns the data, see below...
<fieldType class=\"solr.TrieIntField\" name=\"tint\" omitNorms=\"true\" positionIncrementGap=\"0\" precisionStep=\"8\"/>

Hmmm, ZK savvy people. I'm guessing that when you ask the cloud for something like the schema.xml file, it really comes from ZK rather than any of the conf directories. If so, is there anything special about how that comes back to the caller? Here's the path used in the new Admin UI:

http://localhost:8983/solr/zookeeper?detail=true&path=%2Fconfigs%2Fmyconf%2Fschema.xml

and just plugging that into the browser returns stuff like 
<fieldType class=\"solr.TrieIntField\" .....

the top-level node is now expanded on startup.


                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Erick Erickson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224483#comment-13224483 ] 

Erick Erickson commented on SOLR-3162:
--------------------------------------

OK, let's use different/new JIRAs to continue UI development....
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis, web gui
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>             Fix For: 4.0
>
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Sami Siren (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218102#comment-13218102 ] 

Sami Siren commented on SOLR-3162:
----------------------------------

Thanks Stefan for working on this one. 

I'd like to throw a suggestion into the soup... There's some useful system info that would make a good addition in the ui:

http://localhost:8983/solr/collection1/admin/system?wt=json

                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218068#comment-13218068 ] 

Stefan Matheis (steffkes) commented on SOLR-3162:
-------------------------------------------------

bq. Should we put on the front-page "HTTP caching is OFF" ?
Yes, good Question .. don't know? Actually the following code in {{admin/_info.jsp}} is used:
{code}boolean cachingEnabled = !solrConfig.getHttpCachingConfig().isNever304(); {code}
I could try to get the {{<httpCaching />}}-Element directly from the solrconfig, but this is a bit error prone
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) updated SOLR-3162:
--------------------------------------------

    Attachment: SOLR-3162.patch

Updated Patch
* Lucene Guidelines, indentation using two whitespaces
* 'ZeroClipboard' Functionality for Cloud-Tab (output depends on SOLR-3181)
* Basic Timer on Replication Interface
* Extended Error-Handling on Analysis-Interface
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis, web gui
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Erick Erickson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217187#comment-13217187 ] 

Erick Erickson commented on SOLR-3162:
--------------------------------------

Ahhh, misread SOLR-2058. pf2 and pf3 have been in for a long time, that JIRA was about adding phrase slop to them....
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-120227-zookeeper-servlet.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Erick Erickson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218137#comment-13218137 ] 

Erick Erickson commented on SOLR-3162:
--------------------------------------

Stefan:
Yep, that form for a patch file looks good, thanks!

On a quick test I'm getting a 404 error when clicking on the Solr Cloud link, don't know if I've got something messed up or not...
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Bill Bell (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216789#comment-13216789 ] 

Bill Bell commented on SOLR-3162:
---------------------------------

Should we put on the front-page "HTTP caching is OFF"  ?
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13221013#comment-13221013 ] 

Stefan Matheis (steffkes) commented on SOLR-3162:
-------------------------------------------------

That's pretty odd :< After removing this lines (occurs two times):
{code}-            str = str.replaceAll("\\\"", "\\\\\"");{code}
the Problem should not longer exists. The raw Data which is stored in ZK is fine, i added these replaces at the beginning to generate valid output - which is no longer required through the use of noggit. So, the output of

{code}<fieldType name=\"int\" class=\"solr.TrieIntField\" precisionStep=\"0\" omitNorms=\"true\" positionIncrementGap=\"0\"/>{code}

should change to that

{code}<fieldType name="int" class="solr.TrieIntField" precisionStep="0" omitNorms="true" positionIncrementGap="0"/>{code}

if the escaped quotes are still there .. could you double-check if you still have some replace*() Calls inside {{solr/core/src/java/org/apache/solr/servlet/ZookeeperInfoServlet.java}} Erick? Maybe i missed some of them, which shouldn't be - but i don't know what's wrong on your machine :/
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Issue Comment Edited] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13221013#comment-13221013 ] 

Stefan Matheis (steffkes) edited comment on SOLR-3162 at 3/2/12 4:04 PM:
-------------------------------------------------------------------------

That's pretty odd :< After removing this line (occurs two times):
{code}-            str = str.replaceAll("\\\"", "\\\\\"");{code}
the Problem should not longer exists. The raw Data which is stored in ZK is fine, i added these replaces at the beginning to generate valid output - which is no longer required through the use of noggit. So, the output of

{code}<fieldType name=\"int\" class=\"solr.TrieIntField\" precisionStep=\"0\" omitNorms=\"true\" positionIncrementGap=\"0\"/>{code}

should change to that

{code}<fieldType name="int" class="solr.TrieIntField" precisionStep="0" omitNorms="true" positionIncrementGap="0"/>{code}

if the escaped quotes are still there .. could you double-check if you still have some replace*() Calls inside {{solr/core/src/java/org/apache/solr/servlet/ZookeeperInfoServlet.java}} Erick? Maybe i missed some of them, which shouldn't be - but i don't know what's wrong on your machine :/
                
      was (Author: steffkes):
    That's pretty odd :< After removing this lines (occurs two times):
{code}-            str = str.replaceAll("\\\"", "\\\\\"");{code}
the Problem should not longer exists. The raw Data which is stored in ZK is fine, i added these replaces at the beginning to generate valid output - which is no longer required through the use of noggit. So, the output of

{code}<fieldType name=\"int\" class=\"solr.TrieIntField\" precisionStep=\"0\" omitNorms=\"true\" positionIncrementGap=\"0\"/>{code}

should change to that

{code}<fieldType name="int" class="solr.TrieIntField" precisionStep="0" omitNorms="true" positionIncrementGap="0"/>{code}

if the escaped quotes are still there .. could you double-check if you still have some replace*() Calls inside {{solr/core/src/java/org/apache/solr/servlet/ZookeeperInfoServlet.java}} Erick? Maybe i missed some of them, which shouldn't be - but i don't know what's wrong on your machine :/
                  
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Sami Siren (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218148#comment-13218148 ] 

Sami Siren commented on SOLR-3162:
----------------------------------

Mainly I would be interested in seeing all the memory/swap related stuff + numbers about current open files + max open files
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218072#comment-13218072 ] 

Stefan Matheis (steffkes) commented on SOLR-3162:
-------------------------------------------------

Neil created an [Issue|https://github.com/steffkes/solr-admin/issues/4] on my github repo, regarding the following:

{quote}You can see either an "[ ENABLE ]" or "[ DISABLE ]" link.
This link is missing from the new admin page.{quote}

Never used this myself .. any ideas how to integrate this in the admin ui? Additionally we would need the functionality as a handler/servlet-thingy - should not be that completed, but perhaps we can combine the tasks? Enable/Disable as before + possibility to check the current state?
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Aliaksandr Zhuhrou (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227999#comment-13227999 ] 

Aliaksandr Zhuhrou commented on SOLR-3162:
------------------------------------------

Guys, does the new admin interface works with the war deployment for solr?
I got NullPointerException on the org.apache.solr.servlet.LoadAdminUiServlet#doGet
File f = new File(getServletContext().getRealPath("admin.html")); 
I am using tomcat 7.0.23 for deployment.
Also I may mess something with solr.war
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis, web gui
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>             Fix For: 4.0
>
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) updated SOLR-3162:
--------------------------------------------

    Attachment: SOLR-3162.patch

Updated Patch, contains:
* edismax Options on Query-Tab
* Check if System-Information on Dashboard is available
* Fixed Param-Handling on Dataimport
* Autoloadâ„¢ Functionality on Schema-Browser
* Dummy Debug-Option on Cloud-Tab
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218140#comment-13218140 ] 

Stefan Matheis (steffkes) commented on SOLR-3162:
-------------------------------------------------

Sami, which properties would you like to see there? Mainly those from the {{system}}-Property, or things like the {{(boot)classpath}} from {{jvm/jmx}} ?
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) updated SOLR-3162:
--------------------------------------------

    Attachment: SOLR-3162.patch

Updated Patch, Changes regarding SOLR-3202
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis, web gui
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217120#comment-13217120 ] 

Stefan Matheis (steffkes) commented on SOLR-3162:
-------------------------------------------------

Bill,

bq. We need to add "edismax" in the query section. "dismax" is there... Also, all the edismax parameters. ps,pf,qf, etc.
Will add them to the List .. i never used edismax myself, so, is there Documentation about the available params (and their allowed values)?
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>         Attachments: SOLR-3162-120227-zookeeper-servlet.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) updated SOLR-3162:
--------------------------------------------

    Attachment:     (was: SOLR-3162-120227-zookeeper-servlet.patch)
    
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Issue Comment Edited] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219911#comment-13219911 ] 

Stefan Matheis (steffkes) edited comment on SOLR-3162 at 3/1/12 8:34 AM:
-------------------------------------------------------------------------

Sami, yepp also noticed that .. already fixed after taking the screenshot :)

Erick, Are the double Quotes still there? The Patch should remove all {{replaceAll}} usages, so the raw content should be visible right know. I'm not completely sure which sources are used for the cloud-tab and the {{/admin/file}} Handler, so it maybe give you different output ;o

Cloud-Tree Expanding still not working? Even w/ the latest Patch? Just to be sure, cleared the Browser-Cache?
                
      was (Author: steffkes):
    Sami, yepp also noticed that .. already fixed after taking the screenshot :)

Erick, Are the double Quotes still there? The Patch should remove all {{replaceAll}} usages, so the raw content should be visible right know. I'm not completely sure which sources are used for the cloud-tab and the {{/admin/file}} Handler, so it maybe give you different output ;o

Cloud-Tree Expander still not working? Even w/ the latest Patch? Just to be sure, cleared the Browser-Cache?
                  
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Issue Comment Edited] (SOLR-3162) Continue work on new admin UI

Posted by "Erick Erickson (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218127#comment-13218127 ] 

Erick Erickson edited comment on SOLR-3162 at 2/28/12 1:10 PM:
---------------------------------------------------------------

At least I think this requires SOLR-2459.
                
      was (Author: erickerickson):
    At least I think it does.
                  
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Mark Miller (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13221040#comment-13221040 ] 

Mark Miller commented on SOLR-3162:
-----------------------------------

Awesome stuff. Can't say it enough.
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Thomas Weidman (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13228081#comment-13228081 ] 

Thomas Weidman commented on SOLR-3162:
--------------------------------------

Hi, I've made some adjustments to Dataimport admin handler UI that others may like:

1) js\scripts\dataimport.js -> add new var in dataimport.html template loading:

     var buttons = $( 'button.actions', dataimport_element );

2) Add event for button.actions

				buttons.on('click', function () {
					$.ajax({
						url : handler_url + '?command=' + $(this).attr('command'),
						dataType : 'xml',
						beforeSend : function( xhr, settings )
						{
						},
						success : function( response, text_status, xhr )
						{
							console.debug( response );
							dataimport_fetch_status();
						},
						error : function( xhr, text_status, error_thrown )
						{
							console.debug( arguments );
						},
						complete : function( xhr, text_status )
						{
						}
					});
				});


3) Add buttons to template


		<fieldset>
			<legend style="padding:10px 5px; 2px 5px">commands</legend>
			<button class="actions" command="full-import">Full Import</button>
			&nbsp;&nbsp;
			<button class="actions" command="delta-import">Delta Import</button>
		</fieldset>
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis, web gui
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>             Fix For: 4.0
>
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Issue Comment Edited] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218007#comment-13218007 ] 

Stefan Matheis (steffkes) edited comment on SOLR-3162 at 2/28/12 9:15 AM:
--------------------------------------------------------------------------

Combined Patch, contains:
* ZookeeperServlet
** removed Content-Preview
** escaped Quotes
* Cloud-Tab
** First node is automatically expanded
* Logging
** Now functional, using SOLR-2459
* Schema-Browser
** Button for loading Info on Demand
** Form to decide how many Terms to load
** Type/Name shown in Plain-Text
* Index
** Check for activated Admin-Handlers, display error message otherwise
                
      was (Author: steffkes):
    Combined Patch, contains:
* ZookeeperServlet
** removed Content-Preview
** escaped Quotes
* Logging
** Now functional, using SOLR-2459
* Schema-Browser
** Button for loading Info on Demand
** Form to decide how many Terms to load
** Type/Name shown in Plain-Text
                  
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Bill Bell (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216787#comment-13216787 ] 

Bill Bell commented on SOLR-3162:
---------------------------------

We need to add "edismax" in the query section. "dismax" is there... Also, all the edismax parameters. ps,pf,qf, etc.
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Erick Erickson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217181#comment-13217181 ] 

Erick Erickson commented on SOLR-3162:
--------------------------------------

Stefan:

For the time being, edismax can have the same parameters as dismax, the differences are mostly in the syntax that's parsed. There's some talk of pf2 and pf3 parameters, but that hasn't been committed (SOLR-2058).


BTW, I'm sooooo glad you're working on this stuff, I really hope that the new UI pretty much replaces the old one for 4.0 and my js skills...er...could be better...
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-120227-zookeeper-servlet.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Aliaksandr Zhuhrou (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13229094#comment-13229094 ] 

Aliaksandr Zhuhrou commented on SOLR-3162:
------------------------------------------

Sure, I can do this.
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis, web gui
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>             Fix For: 4.0
>
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3162) Continue work on new admin UI

Posted by "Erik Hatcher (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218444#comment-13218444 ] 

Erik Hatcher commented on SOLR-3162:
------------------------------------

Quoting from a comment above:

bq. ... Additionally we would need the functionality as a handler/servlet-thingy ...

This is where the, tada, VelocityResponseWriter could really help here.  Rather than raw *data* having to come from Ajax calls, through a Velocity template you can get at pretty much _anything_ from the SolrCore and configuration, and then use that to generate a response (even, say, an "x = '$whatever'" kinda variable into JavaScript.  For example:

{code}
never304 = $request.core.solrConfig.httpCachingConfig.never304
{code}

You could get this using an out of the box request like this: http://localhost:8983/solr/select?wt=velocity&v.template=foo&v.template.foo=never304%20=%20$request.core.solrConfig.httpCachingConfig.never304 (though of course I'd recommend templates be created from this under conf/velocity rather than passed in via the request).  The point is, everything can be gathered when you're "inside" Solr, but requires explicit exposing of these inner details to make the data available cleanly for this Ajax-the-data-generate-UI-in-JavaScript approach.


                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3162) Continue work on new admin UI

Posted by "Stefan Matheis (steffkes) (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) updated SOLR-3162:
--------------------------------------------

    Attachment: SOLR-3162-schema-browser.png
                SOLR-3162-index.png

Attached Screenshots shows the new Index Screen and the Schema-Browser .. if anyone would have a look w/o applying the Patch
                
> Continue work on new admin UI
> -----------------------------
>
>                 Key: SOLR-3162
>                 URL: https://issues.apache.org/jira/browse/SOLR-3162
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current open bugs are getting hard to keep straight. This is the new catch-all JIRA for continued improvements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org