Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-706

Index File Format - Example for frequency file .frq is wrong

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • None
    • general/website
    • None
    • not applicable

    • New, Patch Available

    Description

      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

      Attachments

        1. file-format-frq-example.patch
          0.5 kB
          Doron Cohen

        Activity

          People

            gsingers Grant Ingersoll
            doronc Doron Cohen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: