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 "Lance Norskog (JIRA)" <ji...@apache.org> on 2009/09/24 22:46:16 UTC

[jira] Created: (SOLR-1460) StatsComponent should work on all field types

StatsComponent should work on all field types
---------------------------------------------

                 Key: SOLR-1460
                 URL: https://issues.apache.org/jira/browse/SOLR-1460
             Project: Solr
          Issue Type: Improvement
          Components: search
            Reporter: Lance Norskog


The statsComponent implementation only supports "base" numeric field types. It would be useful to get the non-numeric values for any kind of comparable field: maximum, minimum. Also, "count" and "missing" make sense for non-numeric field types.

It would be very useful to, for example, pull the earliest and latest timestamps in a document dump without having to do a sort.

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


[jira] Updated: (SOLR-1460) StatsComponent should work on all field types

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

Shalin Shekhar Mangar updated SOLR-1460:
----------------------------------------

    Fix Version/s: 1.5

> StatsComponent should work on all field types
> ---------------------------------------------
>
>                 Key: SOLR-1460
>                 URL: https://issues.apache.org/jira/browse/SOLR-1460
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>            Reporter: Lance Norskog
>             Fix For: 1.5
>
>
> The statsComponent implementation only supports "base" numeric field types. It would be useful to get the non-numeric values for any kind of comparable field: maximum, minimum. Also, "count" and "missing" make sense for non-numeric field types.
> It would be very useful to, for example, pull the earliest and latest timestamps in a document dump without having to do a sort.

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