Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 91405 invoked from network); 30 Sep 2009 14:40:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Sep 2009 14:40:45 -0000 Received: (qmail 82949 invoked by uid 500); 30 Sep 2009 14:40:43 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 82869 invoked by uid 500); 30 Sep 2009 14:40:43 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 82859 invoked by uid 99); 30 Sep 2009 14:40:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 14:40:43 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shalinmangar@gmail.com designates 74.125.92.26 as permitted sender) Received: from [74.125.92.26] (HELO qw-out-2122.google.com) (74.125.92.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 14:40:33 +0000 Received: by qw-out-2122.google.com with SMTP id 5so2231823qwi.53 for ; Wed, 30 Sep 2009 07:40:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=HBJ87ObQ1eRG1uO/I6kAj1yiwN2ViDcNb1h3EzjCbEE=; b=xy49+vigwsp1ZqUg1nht0WjTTHUnyQDYf0AjG+ut8MQF4RLprQR3X7Jf5XeR9MAX9B xNTg6Dd5XGgCWbMgUKeiNyhLahOuJEr6Llm+2awPSBXycRWMQ8OfdLQzxsmRjdjUpc/S xW8lfp9uGBdDJoJ3BLefFR3T7gZZK5O4NUzd8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=P//1KaozA6gAnBaH6ottGWFKoSQ0dSg+q3hFGMYTs9z/m+eqLQDXjIq+Z+d4J7lL/s rzO2iLqKFFsTqdqLkBjwrhjiE13rDgc+YSFI9tt9TrCLCfNJcz4/GtD5Fc8t1pX/OA6i LSYHL6VFHejOXnzQRJpLlGsnJbmrnrE6ypF/M= MIME-Version: 1.0 Received: by 10.229.1.139 with SMTP id 11mr2831148qcf.2.1254321612420; Wed, 30 Sep 2009 07:40:12 -0700 (PDT) In-Reply-To: References: Date: Wed, 30 Sep 2009 20:10:12 +0530 Message-ID: <69de18140909300740i4d727e34rb736d6aa421bb023@mail.gmail.com> Subject: Re: init parameters for queryParser From: Shalin Shekhar Mangar To: solr-user@lucene.apache.org, jerome.eteve@gmail.com Content-Type: multipart/alternative; boundary=001636417d5f24784a0474cc822a X-Virus-Checked: Checked by ClamAV on apache.org --001636417d5f24784a0474cc822a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Sep 30, 2009 at 7:14 PM, J=C3=A9r=C3=B4me Et=C3=A9v=C3=A9 wrote: > Hi all, > > I've got my own query parser plugin defined thanks to the queryParser ta= g: > > > > The QParserPlugin class has got an init method like this: > public void init(NamedList args); > > Where and how do I put my args to be passed to init for my query parser > plugin? > > I'm trying > > > > value1 > value1 > > > > But I'm not sure if it's the right way. > > You don't need to put - defaults, appends, invarian= ts are keys used by RequestHandlers. Just put all the params you need directly= : value1 true --=20 Regards, Shalin Shekhar Mangar. --001636417d5f24784a0474cc822a--