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

UAX29URLEmailTokenizer fails to recognize emails as such when the mailto: scheme is prepended

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.5, 4.0-ALPHA
    • 3.6, 4.0-ALPHA
    • None
    • None
    • New, Patch Available

    Description

      As reported by Kai Gülzau on solr-user:

      UAX29URLEmailTokenizer seems to split at the wrong place:

      mailto:test@example.org

      ->

      mailto:test
      example.org

      As a workaround I use

      <charFilter class="solr.PatternReplaceCharFilterFactory" pattern="mailto:" replacement="mailto: "/>
      

      Attachments

        1. LUCENE-3880.patch
          550 kB
          Steven Rowe

        Activity

          People

            sarowe Steven Rowe
            sarowe Steven Rowe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: