Due to lack of proper documentation , I am unable to figure out on how to use the dismaxRequestHandler with SolrJ.
On another note , is the standard request handler ,the default in SolrJ's implementation ?
Due to lack of proper documentation , I am unable to figure out on how to use the dismaxRequestHandler with SolrJ.
On another note , is the standard request handler ,the default in SolrJ's implementation ?
Copyright © 2021 Jogjafile Inc.
The
default="true"
in solrconfig.xml decides which is the default request handler. In the examples with solr, the standard request handler is the default.You can easily map this attribute to the other request handlers to make them default.
Example with edismax -
The qt parameter can be used with Solrj to query through specific request handler.
Example for Solrj -