Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The following page has been changed by HossMan:
http://wiki.apache.org/solr/DisMaxRequestHandler

The comment on the change is:
solr-user, 26 Feb 2008, subj: solr to handle special charater

------------------------------------------------------------------------------
  
  === q ===
  
- The guts of the search defining the main "query".  This is designed to be 
support raw input strings provided by users with no special escaping.   '+' and 
'-' characters prefixing nonwhitespace characters are treated as "mandatory" 
and "prohibited" modifiers for the subsequent terms.  Text wrapped in balance 
quote characters '"' are treated as phrases, any query containing an odd number 
of quote characters is evaluated as if there were no quote characters at all.  
Wildcards in this "q" parameter are not supported.
+ The guts of the search defining the main "query".  This is designed to be 
support raw input strings provided by users with no special escaping.   '+' and 
'-' characters are treated as "mandatory" and "prohibited" modifiers for the 
subsequent terms.  Text wrapped in balance quote characters '"' are treated as 
phrases, any query containing an odd number of quote characters is evaluated as 
if there were no quote characters at all.  Wildcards in this "q" parameter are 
not supported.
  
  === qf (Query Fields) ===
  

Reply via email to