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

relax the per-segment max unique term limit

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.9.2, 3.0.1, 4.0-ALPHA
    • None
    • None
    • New

    Description

      Lucene can't handle more than 2.1B (limit of signed 32 bit int) unique terms in a single segment.

      But I think we can improve this to termIndexInterval (default 128) * 2.1B. There is one place (internal API only) where Lucene uses an int but should use a long.

      Attachments

        1. LUCENE-2257.patch
          13 kB
          Michael McCandless
        2. LUCENE-2257.patch
          1 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: