-
Type:
Suggestion
-
Resolution: Won't Fix
-
None
-
Component/s: Indexing
-
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>)+
- relates to
-
JRASERVER-10654 Search does not match file paths
-
- Closed
-