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

CheckIndex is overeager for term vector offsets bounds checks

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0-ALPHA
    • 4.0-BETA, 6.0
    • None
    • None
    • New

    Description

      In some situations (like running shingles twice), you end out with a case where startOffset > endOffset.

      We prevent this in IndexWriter for postings offsets, but we never do any validation here for term vectors (at some point, maybe we should make a plan to address this?)

      Anyway, currently CheckIndex will wrongly fail in this situation, which some of our own analyzers even do (e.g. LUCENE-3920)...

      This is an overly-eager validation in checkindex (for vectors, we cannot safely do these assertions as it was/is never enforced by IndexWriter, only for postings offsets).

      Attachments

        1. LUCENE-4221.patch
          7 kB
          Robert Muir
        2. LUCENE-4221.patch
          8 kB
          Robert Muir

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rcmuir Robert Muir
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: