You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Stefan Matheis (steffkes) (JIRA)" <ji...@apache.org> on 2013/01/07 19:10:13 UTC

[jira] [Updated] (SOLR-3982) Admin UI: Various Dataimport Improvments

     [ https://issues.apache.org/jira/browse/SOLR-3982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

       Assignee: Stefan Matheis (steffkes)
    Description: 
Started with Shawn's Request about a small refresh link, one change leads to the next, which is the reason why i changed this issue towards a more common one

This Patch brings:
* A "Refresh Status" Button
* A "Abort Import" Button
* Improved Status-Handling 
_(was buggy if you have multiple Cores with Handlers for Dataimport defined and you switched the view while at least one was running)_
* Additional Stats on Rows/Documents
_(on-the-fly calculated "X Docs/second")_
* less buggy duration-to-readable-time conversion
_(until now resulted in NaN's showing up on your Screen)_

Original Description:

{quote}The dataimport section under each core on the admin gui does not provide a way to get the current import status.  I actually would like to see it automatically pull the status as soon as you click on "Dataimport" ... I have never seen an import status with a qtime above 1 millisecond.  A refresh icon/link would be good to have as well.

Additional note: the resulting URL in the address bar is a little odd:
http://server:port/solr/#/corename/dataimport//dataimport{quote}

Although i gave a short explanation on the URL looking a bit odd:

The first "dataimport" is required for the UI to detect which section you're browsing .. the second "/dataimport" (including the slash, yes) is coming from your solrconfig :)

  was:
The dataimport section under each core on the admin gui does not provide a way to get the current import status.  I actually would like to see it automatically pull the status as soon as you click on "Dataimport" ... I have never seen an import status with a qtime above 1 millisecond.  A refresh icon/link would be good to have as well.

Additional note: the resulting URL in the address bar is a little odd:
http://server:port/solr/#/corename/dataimport//dataimport


        Summary: Admin UI: Various Dataimport Improvments  (was: No way to get current dataimport status from admin GUI)
    
> Admin UI: Various Dataimport Improvments
> ----------------------------------------
>
>                 Key: SOLR-3982
>                 URL: https://issues.apache.org/jira/browse/SOLR-3982
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 4.0
>            Reporter: Shawn Heisey
>            Assignee: Stefan Matheis (steffkes)
>             Fix For: 4.2, 5.0
>
>         Attachments: SOLR-3982.patch
>
>
> Started with Shawn's Request about a small refresh link, one change leads to the next, which is the reason why i changed this issue towards a more common one
> This Patch brings:
> * A "Refresh Status" Button
> * A "Abort Import" Button
> * Improved Status-Handling 
> _(was buggy if you have multiple Cores with Handlers for Dataimport defined and you switched the view while at least one was running)_
> * Additional Stats on Rows/Documents
> _(on-the-fly calculated "X Docs/second")_
> * less buggy duration-to-readable-time conversion
> _(until now resulted in NaN's showing up on your Screen)_
> Original Description:
> {quote}The dataimport section under each core on the admin gui does not provide a way to get the current import status.  I actually would like to see it automatically pull the status as soon as you click on "Dataimport" ... I have never seen an import status with a qtime above 1 millisecond.  A refresh icon/link would be good to have as well.
> Additional note: the resulting URL in the address bar is a little odd:
> http://server:port/solr/#/corename/dataimport//dataimport{quote}
> Although i gave a short explanation on the URL looking a bit odd:
> The first "dataimport" is required for the UI to detect which section you're browsing .. the second "/dataimport" (including the slash, yes) is coming from your solrconfig :)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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