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

ArabicStemFilter removes numbers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • 2.9, 2.9.1
    • None
    • modules/analysis
    • None
    • New

    Description

      It seems that if a word consist or contains a number the word is removed by the arabic stemmer.

      The bug can be reproduced by creating a unit test in TestArabicStemFilter.java

      public void testNonArabicNumbers() throws IOException

      { check("123", "123"); }

      This test fails as the returned string is empty.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jesperbadstue Jesper Badstue
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: