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

Michael McCandless resolved LUCENE-2862.
----------------------------------------

    Resolution: Fixed

> Track total term freq per term
> ------------------------------
>
>                 Key: LUCENE-2862
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2862
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Index
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 4.0
>
>         Attachments: LUCENE-2862.patch
>
>
> Right now we track docFreq for each term (how many docs have the
> term), but the totalTermFreq (total number of occurrences of this
> term, ie sum of freq() for each doc that has the term) is also a
> useful stat (for flex scoring, PulsingCodec, etc.).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to