Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 11695 invoked from network); 17 Oct 2009 15:56:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Oct 2009 15:56:35 -0000 Received: (qmail 84771 invoked by uid 500); 17 Oct 2009 15:56:35 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 84707 invoked by uid 500); 17 Oct 2009 15:56:35 -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 84697 invoked by uid 99); 17 Oct 2009 15:56:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Oct 2009 15:56:35 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Oct 2009 15:56:32 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 778B519A61; Sat, 17 Oct 2009 15:56:12 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sat, 17 Oct 2009 15:56:12 -0000 Message-ID: <20091017155612.16995.78030@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Trivial_Update_of_=22SolrQuerySyntax=22_by_Yoni?= =?utf-8?q?kSeeley?= 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 YonikSeeley. The comment on this change is: fix formatting (caused by upgrade?). http://wiki.apache.org/solr/SolrQuerySyntax?action=3Ddiff&rev1=3D16&rev2=3D= 17 -------------------------------------------------- = Please note that many characters in the Solr Query Syntax (most notable t= he plus sign: "`+`") are special characters in URLs, so when constructing r= equest URLs manually, you must properly URL-Encode these characters. {{{ + q=3D +popularity:[10 TO *] = +section:0 - q=3D +popularity:[10 TO *] +section:0 - = - = http://localhost:8983/solr/select?q=3D%2Bpopularity:[10%20TO%20*]%20%2= Bsection:0 }}} =20