Re: ComplexPhraseQParserPlugin not working with solr 4.2

2013-04-22 Thread Ahmet Arslan
Hi ilay, Can you try ComplexPhrase-4.2.1.zip, it supposed to work with 4.2. --- On Mon, 4/22/13, ilay raja wrote: > From: ilay raja > Subject: Re: ComplexPhraseQParserPlugin not working with solr 4.2 > To: solr-user@lucene.apache.org, solr-...@lucene.apache.org > Date: Mond

Re: ComplexPhraseQParserPlugin not working with solr 4.2

2013-04-22 Thread ilay raja
I was able to solve the previous problem of not loading COmplexPhraseQParserPlugin. Still I am able to run this with defType=complexphrase: java.lang.NoSuchMethodError: org.apache.solr.search.QueryParsing.getQueryParserDefaultOperator(Lorg/apache/solr/schema/IndexSchema;Ljava/lang/String;)Lorg/apac

Re: ComplexPhraseQParserPlugin not working with solr 4.2

2013-04-22 Thread Ahmet Arslan
Hi ilay, You cannot load this plugin via lib directives. e.g. You need to embbed this jar into solar.war file. (by unzip and zip) There should be a ReadMe file inside the latest attachment in Jira. -- On Sat, 4/20/13, ilay raja wrote: > From: ilay raja > Subject: ComplexPhraseQParserPlug