Re: Surround query parser not working?

2013-07-09 Thread William Bell
: Abeygunawardena, Niran Sent: Monday, July 08, 2013 7:00 AM To: solr-user@lucene.apache.org Subject: Re: Surround query parser not working? Hi, Thanks. I found out that my issue was the default field (df) was being ignored and I had to specify the parameter by adding df=text in the URL

Re: Surround query parser not working?

2013-07-08 Thread Abeygunawardena, Niran
Hi, Thanks. I found out that my issue was the default field (df) was being ignored and I had to specify the parameter by adding df=text in the URL. Thank you for updating the wiki page on the surround parser: http://wiki.apache.org/solr/SurroundQueryParser Hopefully, ordered proximity searches

Re: Surround query parser not working?

2013-07-08 Thread Jack Krupansky
Yes, you should be able to used nested query parsers to mix the queries. Solr 4.1(?) made it easier. -- Jack Krupansky -Original Message- From: Abeygunawardena, Niran Sent: Monday, July 08, 2013 7:00 AM To: solr-user@lucene.apache.org Subject: Re: Surround query parser not working

Surround query parser not working?

2013-07-03 Thread Abeygunawardena, Niran
Hi, I have tried to get the surround query parser working against SOLR 4.3.0 and SOLR 4.0.0 but it does not seem to return any documents for me. I need this parser to make ordered proximity searches with the operator W. I have tried the parser with normal boolean operators like OR and it still

Re: Surround query parser not working?

2013-07-03 Thread Erik Hatcher
, Niran wrote: Hi, I have tried to get the surround query parser working against SOLR 4.3.0 and SOLR 4.0.0 but it does not seem to return any documents for me. I need this parser to make ordered proximity searches with the operator W. I have tried the parser with normal boolean operators

Re: Surround query parser not working?

2013-07-03 Thread Ahmet Arslan
/SurroundQueryParser Ahmet From: Abeygunawardena, Niran niran.abeygunaward...@proquest.co.uk To: solr-user@lucene.apache.org solr-user@lucene.apache.org Sent: Wednesday, July 3, 2013 2:42 PM Subject: Surround query parser not working? Hi, I have tried to get the surround

Re: Surround query parser not working?

2013-07-03 Thread Roman Chyla
Hi Niran, all, Please look at JIRA LUCENE-5014. There you will find a Lucene parser that does both analysis and span queries, equivalent to combination of lucene+surround, and much more The ticket needs your review. Roman

Re: Surround query parser not working?

2013-07-03 Thread Erik Hatcher
Indeed, Roman. Thanks for mentioning that. I just took a quick look at that issue and will look at it even deeper as time permits. Erik On Jul 3, 2013, at 09:43 , Roman Chyla wrote: Hi Niran, all, Please look at JIRA LUCENE-5014. There you will find a Lucene parser that does both