what is solr's default query parser
问题 i am confused by these words in the solr document: https://cwiki.apache.org/confluence/display/solr/The+Standard+Query+Parser Before Solr 1.3, the Standard Request Handler called the standard query parser as the default query parser. In versions since Solr 1.3, the Standard Request Handler calls the DisMax query parser as the default query parser. https://cwiki.apache.org/confluence/display/solr/The+DisMax+Query+Parser The q parameter does not support wildcard characters such as *. so i