Stephanie Miller created SOLR-17782: ---------------------------------------
Summary: minPrefixQueryTermLength ignored if you use double asterisk in eDismax Key: SOLR-17782 URL: https://issues.apache.org/jira/browse/SOLR-17782 Project: Solr Issue Type: Bug Reporter: Stephanie Miller If you have minPrefixQueryTermLength set solr shouldn't do prefix searches shorter than that. If you are using the eDismax parser this works correctly for normal syntax. E.g. the min length is set to 4 and you search for `a*` you get zero results back. If you use a double asterisk it works as if you had used a single * and ignores the min prefix requirement. E.g. search for `a**` works as `a*` without the limit. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org