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

Doron Cohen updated LUCENE-706:
-------------------------------

    Lucene Fields: [New, Patch Available]  (was: [New])

> 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: Doron Cohen
>            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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to