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

CompressingTermVectors termsEnum should probably not support seek-by-ord

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.5, 6.0
    • None
    • None
    • New

    Description

      Just like term vectors before it, it has a O seek-by-term.

      But this one also advertises a seek-by-ord, only this is also O.

      This could cause e.g. checkindex to be very slow, because if termsenum supports ord it does a bunch of seeking tests. (Another solution would be to leave it, and add a boolean so checkindex never does seeking tests for term vectors, only real fields).

      However, I think its also kinda a trap, in my opinion if seek-by-ord is supported anywhere, you kinda expect it to be faster than linear time...?

      Attachments

        1. LUCENE-5156.patch
          3 kB
          Robert Muir

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: