Re: Integrating Surround Query Parser

2011-12-02 Thread simon
Take a look at https://issues.apache.org/jira/browse/SOLR-2703, which integrates the surround parser into Solr trunk. There's a dependency on a Lucene patch which resolves a caching problem ( https://issues.apache.org/jira/browse/LUCENE-2945 ) which also wasn't backported to earlier versions of

Re: Integrating Surround Query Parser

2011-12-02 Thread simon
oops, didn't see all of the thread before I hit send. Good work, Erik On Fri, Dec 2, 2011 at 5:21 PM, simon mtnes...@gmail.com wrote: Take a look at https://issues.apache.org/jira/browse/SOLR-2703, which integrates the surround parser into Solr trunk. There's a dependency on a Lucene patch

Re: Integrating Surround Query Parser

2011-11-24 Thread Erik Hatcher
On Nov 23, 2011, at 09:56 , Ahmet Arslan wrote: is this is the trunk of solr 4.0 , can't i implement in solr 3.1 .? Author of the patch would know answer to this. But why not use trunk? I spent a fair bit of time yesterday on making a 3.x compatible patch but have not completed that

Re: Integrating Surround Query Parser

2011-11-24 Thread Rahul Mehta
Okay, thanks for reply. On Thu, Nov 24, 2011 at 2:35 PM, Erik Hatcher erik.hatc...@gmail.comwrote: On Nov 23, 2011, at 09:56 , Ahmet Arslan wrote: is this is the trunk of solr 4.0 , can't i implement in solr 3.1 .? Author of the patch would know answer to this. But why not use

Re: Integrating Surround Query Parser

2011-11-23 Thread Rahul Mehta
After this i tried with solr3.1-src. - and this time i got the core folder in the previous installation ,when this folder get created - /home/reach121/basf/*apache-solr-3.1.0/core/src/test/org/apache/solr/search/TestSurroundQueryParser.java * - and i have putted * queryParser

Re: Integrating Surround Query Parser

2011-11-23 Thread Ahmet Arslan
After this i tried with solr3.1-src. Please suggest what should i do ? Please use solr-trunk. svn checkout http://svn.apache.org/repos/asf/lucene/dev/trunk

Re: Integrating Surround Query Parser

2011-11-23 Thread Rahul Mehta
is this is the trunk of solr 4.0 , can't i implement in solr 3.1 .? On Wed, Nov 23, 2011 at 7:23 PM, Ahmet Arslan iori...@yahoo.com wrote: After this i tried with solr3.1-src. Please suggest what should i do ? Please use solr-trunk. svn checkout

Re: Integrating Surround Query Parser

2011-11-23 Thread Ahmet Arslan
is this is the trunk of solr 4.0 , can't i implement in solr 3.1 .? Author of the patch would know answer to this. But why not use trunk?

Re: Integrating Surround Query Parser

2011-11-22 Thread Ahmet Arslan
--- On Tue, 11/22/11, Rahul Mehta rahul23134...@gmail.com wrote: From: Rahul Mehta rahul23134...@gmail.com Subject: Integrating Surround Query Parser To: solr-user@lucene.apache.org Date: Tuesday, November 22, 2011, 8:05 AM Hello, I want to Run surround query .    1. Downloading

Re: Integrating Surround Query Parser

2011-11-22 Thread Erik Hatcher
The surround query parser is fully wired into Solr trunk/4.0, if that helps. See http://wiki.apache.org/solr/SurroundQueryParser and the JIRA issue linked there in case you want to patch it into a different version. Erik On Jan 21, 2011, at 02:24 , Ahson Iqbal wrote: Hi All I

Re: Integrating Surround Query Parser

2011-11-22 Thread Rahul Mehta
How to apply this patch https://issues.apache.org/jira/browse/SOLR-2703 with solr 3.1 to install surround as plugin? On Tue, Nov 22, 2011 at 7:34 PM, Erik Hatcher erik.hatc...@gmail.comwrote: The surround query parser is fully wired into Solr trunk/4.0, if that helps. See

Re: Integrating Surround Query Parser

2011-11-22 Thread Rahul Mehta
This what i tried: - Gone to the solr 3.1 directory which is downloaded from here. http://www.trieuvan.com/apache//lucene/solr/3.1.0/apache-solr-3.1.0.tgz - wget https://issues.apache.org/jira/secure/attachment/12493167/SOLR-2703.patch - run the : patch -p0 -i SOLR-2703.patch

Integrating Surround Query Parser

2011-11-21 Thread Rahul Mehta
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. queryParser name=SurroundQParser class=

Integrating Surround Query Parser

2011-01-20 Thread Ahson Iqbal
Hi All I want to integrate Surround Query Parser with solr, To do this i have downloaded jar file from the internet and and then pasting that jar file in web-inf/lib and configured query parser in solrconfig.xml as queryParser name=SurroundQParser

Re: Integrating Surround Query Parser

2011-01-20 Thread Dennis Gearon
we all die. - Original Message From: Ahson Iqbal mianah...@yahoo.com To: Solr Send Mail solr-user@lucene.apache.org Sent: Thu, January 20, 2011 11:24:37 PM Subject: Integrating Surround Query Parser Hi All I want to integrate Surround Query Parser with solr, To do this i have