Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 70146 invoked from network); 7 Jul 2009 01:13:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jul 2009 01:13:24 -0000 Received: (qmail 34156 invoked by uid 500); 7 Jul 2009 01:13:35 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 34086 invoked by uid 500); 7 Jul 2009 01:13:34 -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 34077 invoked by uid 99); 7 Jul 2009 01:13:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 01:13:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 07 Jul 2009 01:13:31 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id C132B1112E for ; Tue, 7 Jul 2009 01:13:10 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: solr-commits@lucene.apache.org Date: Tue, 07 Jul 2009 01:13:10 -0000 Message-ID: <20090707011310.26685.37224@eos.apache.org> Subject: [Solr Wiki] Trivial Update of "LocalParams" by YonikSeeley 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 change notification. The following page has been changed by YonikSeeley: http://wiki.apache.org/solr/LocalParams ------------------------------------------------------------------------------ LocalParams stands for local parameters... arguments in a Solr request that are localized and specific to a parameter. They provide a way to add meta-data to certain argument types such as query strings. If localparams exist as prefixes to arguments. - Assume have the existing query parameter + Assuming we have the existing query parameter {{{q=solr rocks }}} We can prefix this query string with localparams to provide more information to the query parser, for example changing the default operator type to "AND" and the default field to "title" for the lucene query parser.