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

Add a variable-sized int block codec

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0-ALPHA
    • core/index
    • None
    • New

    Description

      We already have support for fixed block size int block codecs, making it very simple to create a codec from a int encoder algorithms like FOR/PFOR.

      But algorithms like Simple9/16 are not fixed – they encode a variable number of adjacent ints at once, depending on the specific values of those ints.

      Attachments

        1. LUCENE-2589.patch
          2 kB
          Michael McCandless
        2. LUCENE-2589.patch
          47 kB
          Michael McCandless

        Activity

          People

            mikemccand Michael McCandless
            mikemccand Michael McCandless
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: