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 "Hoss Man (JIRA)" <ji...@apache.org> on 2009/08/19 19:49:14 UTC

[jira] Updated: (SOLR-1103) LukeRequestHandler histogram excludes freq of 1

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

Hoss Man updated SOLR-1103:
---------------------------

    Fix Version/s: 1.4

yeah ... fixing should be trivial, i just wasn't sure where the bug was (the iteration, or the bucket assignment)




> LukeRequestHandler histogram excludes freq of 1
> -----------------------------------------------
>
>                 Key: SOLR-1103
>                 URL: https://issues.apache.org/jira/browse/SOLR-1103
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>            Priority: Minor
>             Fix For: 1.4
>
>
> the TermHistogram class in the LukeRequestHandler seems to properly count the occurances of terms with a freq of "1", but then when converting to a NamedLIst begins iterating at bucket "2" so the counts for freq of "1" don't appear in the result.
> this may have been a conscious choice to eliminate superfluously high values for terms with a freq of one ... or it may have been a mistake assuming freq values of 1 would fall in the "2" bucket.

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