Hi, It worked! Thanks a lot. At least I don't get the stacktrace on the jetty console and the Unknown query type error after adding this entry to the solrconfig.xml.
We will have to examine the results to see if the Edismax parser is really kicking in. Swapnonil Mukherjee +91-40092712 +91-9007131999 On 23-Mar-2011, at 7:14 PM, Ahmet Arslan wrote: >> I have downloaded apache-solr1.4.1 and then applied patch >> SOLR-1553 to enable the EdismaxParserQueryPlugin, but >> inspite of this I get the Unknown query type error. > > Hmm, I don't know about whether it is usable/compatible with solr 1.4.1 but > you can try to register edismax in solrconfig.xml as follows:, > > <queryParser name="edismax" > class="org.apache.solr.search.ExtendedDismaxQParserPlugin"/> > > > >