Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.8
Description
Currently ComplexPhraseQParser (SOLR-1604) allows trailing wildcards on terms in a phrase, but does not allow leading wildcards. I would like the option to be able to search for terms with both trailing and leading wildcards.
For example with:
{!complexphrase allowLeadingWildcard=true} "j* *th"
would match "John Smith", "Jim Smith", but not "John Schmitt"
Attachments
Attachments
Issue Links
- is related to
-
SOLR-9878 Code smell in if statement
- Resolved
- relates to
-
SOLR-1321 Support for efficient leading wildcards search
- Closed
-
LUCENE-1486 Wildcards, ORs etc inside Phrase queries
- Closed
-
SOLR-1604 Wildcards, ORs etc inside Phrase Queries
- Closed