You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2006/11/06 03:22:18 UTC

[jira] Resolved: (LUCENE-706) Index File Format - Example for frequency file .frq is wrong

     [ http://issues.apache.org/jira/browse/LUCENE-706?page=all ]

Grant Ingersoll resolved LUCENE-706.
------------------------------------

    Resolution: Fixed

Applied.  Thanks Johan and Doron.

> Index File Format - Example for frequency file .frq is wrong
> ------------------------------------------------------------
>
>                 Key: LUCENE-706
>                 URL: http://issues.apache.org/jira/browse/LUCENE-706
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Website
>         Environment: not applicable
>            Reporter: Doron Cohen
>         Assigned To: Grant Ingersoll
>            Priority: Trivial
>         Attachments: file-format-frq-example.patch
>
>
> Reported by Johan Stuyts - http://www.nabble.com/Possible-documentation-error--p7012445.html - 
> Frequency file example says: 
>      For example, the TermFreqs for a term which occurs once in document seven and three times in document eleven would be the following sequence of VInts: 
>          15, 22, 3 
> It should be: 
>      For example, the TermFreqs for a term which occurs once in document seven and three times in document eleven would be the following sequence of VInts: 
>          15, 8, 3 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org