Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 340169D76 for ; Tue, 22 Nov 2011 06:06:15 +0000 (UTC) Received: (qmail 26761 invoked by uid 500); 22 Nov 2011 06:06:11 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 26222 invoked by uid 500); 22 Nov 2011 06:06:10 -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 26213 invoked by uid 99); 22 Nov 2011 06:06:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Nov 2011 06:06:09 +0000 X-ASF-Spam-Status: No, hits=1.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rahul23134654@gmail.com designates 209.85.215.176 as permitted sender) Received: from [209.85.215.176] (HELO mail-ey0-f176.google.com) (209.85.215.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Nov 2011 06:06:02 +0000 Received: by eyh5 with SMTP id 5so8231575eyh.35 for ; Mon, 21 Nov 2011 22:05:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=PgpuJiMmLOEpNOMM0BJ6uFPxhY1fEeyhnyUEizVn8Dk=; b=hwdShgvY8XDhr7yk5JqZW75olGv9R35AgFxzdplSYu+7xSvgskjQdA4f0PaVEJme7X 2Dv5c5SCbEoEiUuZc5McbqCWXxIMbhbaekUNhAW577ActdVd6U2UULvhVwM4YlIIflAa XtcQtvjkoih/sgOxF5WqMYJffJZXrtZrtCqX8= Received: by 10.180.108.114 with SMTP id hj18mr17772622wib.2.1321941941180; Mon, 21 Nov 2011 22:05:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.5.15 with HTTP; Mon, 21 Nov 2011 22:05:20 -0800 (PST) From: Rahul Mehta Date: Tue, 22 Nov 2011 11:35:20 +0530 Message-ID: Subject: Integrating Surround Query Parser To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=e89a8f3ba6ddd1597604b24c9788 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f3ba6ddd1597604b24c9788 Content-Type: text/plain; charset=ISO-8859-1 Hello, I want to Run surround query . 1. Downloading from http://www.java2s.com/Code/Jar/JKL/Downloadlucenesurround241jar.htm 2. Moved the lucene-surround-2.4.1.jar to /apache-solr-3.1.0/example/lib 3. Edit the solrconfig.xml with 1. 4. Restart Solr Got this error : org.apache.solr.common.SolrException: Error Instantiating QParserPlugin, org.apache.lucene.queryParser.surround.parser.QueryParser is not a org.apache.solr.search.QParserPlugin at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:425) -- Thanks & Regards Rahul Mehta --e89a8f3ba6ddd1597604b24c9788--