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

DecimalDigitFilter skips chars in case of supplementary code points

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None
    • New

    Description

      It does length = StemmerUtil.delete(buffer,++i, length); while it should really do length = StemmerUtil.delete(buffer,i+1, length);.

      Attachments

        1. LUCENE-7363.patch
          2 kB
          Adrien Grand

        Issue Links

          Activity

            People

              jpountz Adrien Grand
              jpountz Adrien Grand
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: