> I checked the url: http://wiki.apache.org/solr/DisMaxQParserPlugin > > When I execute this url on my local machine: > http://localhost:8983/solr/select/?q=video&qt=defType=dismax&qf=features^20.0+text^0.3 > > I get the error: unknown handler: defType=dismax > > So where can I download that handler and how should I > include it in my > schema.xml?
Your have a syntax error. Just use &defType=dismax . http://localhost:8983/solr/select/?q=video&defType=dismax&qf=features^20.0+text^0.3