Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "DisMaxQParserPlugin" page has been changed by ErickErickson: http://wiki.apache.org/solr/DisMaxQParserPlugin?action=diff&rev1=10&rev2=11 Examples of unsupported syntax: * Wildcards * Ranges + + For numeric and date fields, inappropriate query terms are dropped. For instance, let's assume you have an integer field "my_int" and your input looks like this: + defType=dismax&qf=my_int textfield&q=bonkers 78 + Then your parsed query searches for "bonkers" and "78" in textfield, but just "78" in my_int. == Query Structure ==