Return-Path: X-Original-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C549C9FE3 for ; Thu, 19 Apr 2012 15:05:50 +0000 (UTC) Received: (qmail 57148 invoked by uid 500); 19 Apr 2012 15:05:50 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 57120 invoked by uid 500); 19 Apr 2012 15:05:50 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 57080 invoked by uid 99); 19 Apr 2012 15:05:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2012 15:05:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2012 15:05:48 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 42A5674D; Thu, 19 Apr 2012 15:05:28 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 19 Apr 2012 15:05:28 -0000 Message-ID: <20120419150528.9711.89485@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22SolrQuerySyntax=22_by_BensonMargul?= =?utf-8?q?ies?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "SolrQuerySyntax" page has been changed by BensonMargulies: http://wiki.apache.org/solr/SolrQuerySyntax?action=3Ddiff&rev1=3D32&rev2=3D= 33 <> =3D Default QParserPlugin: LuceneQParserPlugin =3D = - The standard Solr Query Parser syntax is a superset of the [[http://lucen= e.apache.org/java/3_4_0/queryparsersyntax.html|Lucene Query Parser syntax]]= . [[http://lucene.apache.org/java/3_4_0/queryparsersyntax.html#Escaping%20= Special%20Characters|Certain characters are special]] and those characters = need to be escaped using quotes or a backslash if you want them to be treat= ed as literals. For example, to search for {{{(1+1):2}}} use one of the fol= lowing syntaxes... + The standard Solr Query Parser syntax is a superset of the [[http://lucen= e.apache.org/java/3_6_0/queryparsersyntax.html|Lucene Query Parser syntax]]= . [[http://lucene.apache.org/java/3_4_0/queryparsersyntax.html#Escaping%20= Special%20Characters|Certain characters are special]] and those characters = need to be escaped using quotes or a backslash if you want them to be treat= ed as literals. For example, to search for {{{(1+1):2}}} use one of the fol= lowing syntaxes... = {{{ \(1\+1\)\:2