You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2009/01/27 08:40:59 UTC

[jira] Created: (SOLR-989) expose DIH stats as API

expose DIH stats as API
-----------------------

                 Key: SOLR-989
                 URL: https://issues.apache.org/jira/browse/SOLR-989
             Project: Solr
          Issue Type: Improvement
          Components: contrib - DataImportHandler
            Reporter: Noble Paul
             Fix For: 1.4


Expose the stats values as an API Context.getStats

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


[jira] Commented: (SOLR-989) expose DIH stats as API

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670890#action_12670890 ] 

Shalin Shekhar Mangar commented on SOLR-989:
--------------------------------------------

Instead of a Map<String, Long>, would it be better to return Map<String, Object> to allow more freedom for future enhancements. Right now we only return the various counts, but it may be better to add more things to it. For example, an event listener may want to know the time taken for the import.

Thoughts?

> expose DIH stats as API
> -----------------------
>
>                 Key: SOLR-989
>                 URL: https://issues.apache.org/jira/browse/SOLR-989
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-989.patch
>
>
> Expose the stats values as an API Context.getStats

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


[jira] Assigned: (SOLR-989) expose DIH stats as API

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

Shalin Shekhar Mangar reassigned SOLR-989:
------------------------------------------

    Assignee: Shalin Shekhar Mangar

> expose DIH stats as API
> -----------------------
>
>                 Key: SOLR-989
>                 URL: https://issues.apache.org/jira/browse/SOLR-989
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.4
>
>         Attachments: SOLR-989.patch, SOLR-989.patch
>
>
> Expose the stats values as an API Context.getStats

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


[jira] Resolved: (SOLR-989) expose DIH stats as API

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

Shalin Shekhar Mangar resolved SOLR-989.
----------------------------------------

    Resolution: Fixed

Committed revision 741698.

Thanks Noble!

> expose DIH stats as API
> -----------------------
>
>                 Key: SOLR-989
>                 URL: https://issues.apache.org/jira/browse/SOLR-989
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-989.patch, SOLR-989.patch
>
>
> Expose the stats values as an API Context.getStats

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


[jira] Commented: (SOLR-989) expose DIH stats as API

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670997#action_12670997 ] 

Noble Paul commented on SOLR-989:
---------------------------------

makes sense

> expose DIH stats as API
> -----------------------
>
>                 Key: SOLR-989
>                 URL: https://issues.apache.org/jira/browse/SOLR-989
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-989.patch
>
>
> Expose the stats values as an API Context.getStats

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


[jira] Updated: (SOLR-989) expose DIH stats as API

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

Shalin Shekhar Mangar updated SOLR-989:
---------------------------------------

    Attachment: SOLR-989.patch

Patch to change Map<String, Long> to Map<String, Object>

I'll commit this shortly.

> expose DIH stats as API
> -----------------------
>
>                 Key: SOLR-989
>                 URL: https://issues.apache.org/jira/browse/SOLR-989
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-989.patch, SOLR-989.patch
>
>
> Expose the stats values as an API Context.getStats

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


[jira] Updated: (SOLR-989) expose DIH stats as API

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

Noble Paul updated SOLR-989:
----------------------------

    Attachment: SOLR-989.patch

> expose DIH stats as API
> -----------------------
>
>                 Key: SOLR-989
>                 URL: https://issues.apache.org/jira/browse/SOLR-989
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-989.patch
>
>
> Expose the stats values as an API Context.getStats

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