You must have upgraded from a very old release of Solr. There is no
DisMaxRequestHandler.
Just use the standard request handler for "/select" in the Solr example
config and then add a boolean for the "defType" parameter to set it to
dismax to enable the dismax query parser.
-- Jack Krupansky
-----Original Message-----
From: danielitos85
Sent: Wednesday, August 21, 2013 6:30 AM
To: solr-user@lucene.apache.org
Subject: Solr 4.4 problem with loading DisMaxRequestHandler
Hi guys,
I'm using a clean solr 4.4 installation and I have add in my solrconfig.xml
the following lines:
<requestHandler name="dismax" class="solr.DisMaxRequestHandler" >
<lst name="defaults">
<str name="echoParams">all</str>
<float name="tie">0.01</float>
<str name="q.alt">*:*</str>
<str name="f.name.hl.fragsize">0</str>
<str name="f.text.hl.fragmenter">regex</str>
</lst>
</requestHandler>
but when I start my solr he return an error:
*Caused by: java.lang.ClassNotFoundException: solr.DisMaxRequestHandler*
In my dist folder I have all the defaults library and also in the lib folder
into my core
please, any suggests?
Thanks in advance.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-4-4-problem-with-loading-DisMaxRequestHandler-tp4085842.html
Sent from the Solr - User mailing list archive at Nabble.com.