That is one of my peeves with the Solr Javadocs. Few of the @deprecated tags (if any) tell what you should be using instead. In this particular case, the answer is very simple. The class merely moved to a new package:
from
http://lucene.apache.org/solr/api/org/apache/solr/request/DisMaxRequestHandler.html
to
http://lucene.apache.org/solr/api/org/apache/solr/handler/DisMaxRequestHandler.html

-Sean

Mark Mzyk wrote:
I have a question that probably should be obvious, but I haven't been able to 
figure it out.

In the Solr docs, it lists the DisMaxRequestHandler as deprecated.  This is 
fine, but I haven't been able to figure out what I should be using instead.  
Can someone give me a hint or point me to the correct documentation that I'm 
not seeing?

Thanks,

Mark M.

Reply via email to