Allow disabling of leading wildcards in ExtendedDismaxQParser (edismax)
-----------------------------------------------------------------------
Key: SOLR-3031
URL: https://issues.apache.org/jira/browse/SOLR-3031
Project: Solr
Issue Type: New Feature
Components: search
Affects Versions: 3.2
Reporter: Michael Ryan
It would be nice if there was a configuration to disable leading wildcards in
edismax queries. Right now it seems they are always allowed, and there is no
configuration to change this.
Something simple like this would do it I think:
up.setAllowLeadingWildcard(solrParams.getBool("allowLeadingWildcard", true));
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]