RE: Problem instatanting a ValueSourceParser plugin in 4.3.1

2013-07-22 Thread Abeygunawardena, Niran
Hi, Upgrading to Solr 4.2.1 works for my plugin but 4.3.1 does not work. I believe the ClassCastException which I am getting in 4.3.1 is due to this bug in 4.3.1: https://issues.apache.org/jira/browse/SOLR-4791 Thanks, Niran -Original Message- From: Abeygunawardena, Niran

RE: Problem instatanting a ValueSourceParser plugin in 4.3.1

2013-07-22 Thread Abeygunawardena, Niran
a relative path and it resolved the issue for me. Not elegant but worth trying, at least to rule that out. Tim On Mon, Jul 22, 2013 at 7:51 AM, Abeygunawardena, Niran wrote: > Hi, > > I'm trying to migrate to Solr 4.3.1 from Solr 4.0.0. I have a Solr Plugin > which extend

Problem instatanting a ValueSourceParser plugin in 4.3.1

2013-07-22 Thread Abeygunawardena, Niran
Hi, I'm trying to migrate to Solr 4.3.1 from Solr 4.0.0. I have a Solr Plugin which extends ValueSourceParser and it works under Solr 4.0.0 but it does not work under Solr 4.3.1. I compiled the plugin using the solr-4.3.1*.jars and lucene-4.3.1*.jars but I get the following stacktrace error whe

Problem instatanting a ValueSourceParser plugin in 4.3.1

2013-07-22 Thread Abeygunawardena, Niran
Hi, I'm trying to migrate to Solr 4.3.1 from Solr 4.0.0. I have a Solr Plugin which extends ValueSourceParser and it works under Solr 4.0.0 but does not work under Solr 4.3.1. I compiled the plugin using the latest solr-4.3.1*.jars and lucene-4.3.1*.jars but I get the following stacktrace error

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

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 stil