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

Cutover more postings formats to the inverted "pull" API

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.0, 6.0
    • core/index
    • None
    • New

    Description

      In LUCENE-5123, we added a new, more flexible, "pull" API for writing
      postings. This API allows the postings format to iterate the
      fields/terms/postings more than once, and mirrors the API for writing
      doc values.

      But that was just the first step (only SimpleText was cutover to the
      new API). I want to cutover more components, so we can (finally)
      e.g. play with different encodings depending on the term's postings,
      such as using a bitset for high freq DOCS_ONLY terms (LUCENE-5052).

      Attachments

        1. LUCENE-5268.patch
          99 kB
          Michael McCandless
        2. LUCENE-5268.patch
          138 kB
          Michael McCandless

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: