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

impossible to CheckIndex if you use norms other than byte[]

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0-ALPHA
    • 4.0-ALPHA, 6.0
    • core/index
    • None
    • New

    Description

      I noticed TestCustomNorms had the checkIndexOnClose disabled, but
      I think this is a real problem.

      If someone wants to use e.g. float[] norms, they should be able to run
      CheckIndex.

      CheckIndex is fine with validating any norm type, the problem is that it sometimes creates an IndexSearcher and fires off TermQueries for some calculations. This causes it to (wrongly) fail, because DefaultSimilarity expects single byte norms.

      I don't think CheckIndex needs to use TermQuery here, we can do this differently so it doesnt use IndexSearcher or TermQuery but just the postings apis.

      Attachments

        1. LUCENE-4096.patch
          7 kB
          Robert Muir

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: