-
Suggestion
-
Resolution: Won't Do
-
None
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Currently the default using of "Porter" stemming means that certain search phrases do not return results that the user might expect.
For example if the issue summary is "Moose problems" then the default stemming will cause "moos" to be stored in the index.
If the user then enters a search request for "Moose" then no match will be made. The reason is that the Lucene QueryParser code does NOT perform analysis on "Prefix" queries by default.
Hence a PrefixQuery for the term "moose" is submitted and the index doent contain this terms and hence no issue is returned.
The improvement would be to tweak QueryParser so that it does perform "analysis" on prefix queries. So the term "moose" would be stemmed to "moos" and then the Prefix Query would return the expected results.
- is related to
-
JRASERVER-5567 Incorrect stemming causes some words to be unsearchable
-
- Closed
-
- relates to
-
JRACLOUD-13672 Better searching when stemming is in place. Improve Lucene QueryParser to perform analysis on prefixed queries.
- Closed
-
JRASERVER-17463 Better exact-text searching
- Gathering Interest
Thanks for taking the time to raise this issue.
Due to the large volume of JIRA feature suggestions, we have to prioritise our development efforts. In part, that means concentrating on those issues that resonate the most with our users.
I am writing this note to advise you, that we have decided to close your Suggestion as it has not gained traction on jira.atlassian.com. We believe being upfront and direct with you will assist you in your decision making rather than believing Atlassian will eventually address this issue.
Thank you again for your suggestion and if you have any concerns or question, please don’t hesitate to email me.
Kind Regards,
Kerrod Williams
JIRA Product Management
kerrod.williams at atlassian dot com