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

AIOOB thrown when length of termText is longer than 16384 characters (ArrayIndexOutOfBoundsException)

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.3
    • 2.3
    • core/index
    • None
    • New

    Description

      DocumentsWriter has a max term length of 16384; if you cross that you
      get an unfriendly ArrayIndexOutOfBoundsException. We should fix to raise a clearer exception.

      Attachments

        1. LUCENE-985.patch
          3 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: