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

Add back-compat indices for index sorting

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 6.4, 7.0
    • None
    • None
    • New

    Description

      Index time sorting is a powerful feature making searches that are "congruent" with the sort much faster, in exchange for slower indexing. For some use cases this is a great tradeoff.

      We recently promoted the feature to core (LUCENE-6766) and made it very simple to use (you just call IndexWriterConfig.setIndexSort. In LUCENE-7537 we are adding support for multi-valued fields.

      I think it's important we properly test backwards compatibility and from a quick look it looks like we have no sorted indices in TestBackwardsCompatibility ...

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: