Better number handling/tokenization

XMLWordPrintable

    • 3

      Some users would like alphanumeric String in summary to be further tokenized, e.g. Invoice-777-ABC ZYX-999 is tokenized to:

      Invoice-777-ABC
      ZYX-999
      

      Hence searching for 777 or 999 will not return any matched results.

      Currently JIRA's EnglishAnalyzer is using the StandardTokenizer. And the example above occurs due to the matches on:

      • <ALPHANUM> <P> <HAS_DIGIT>
      • <ALPHANUM> (<P> <HAS_DIGIT> <P> <ALPHANUM>)+

              Assignee:
              Unassigned
              Reporter:
              Yuen-Chi Lian [Atlassian]
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: