OTHER TIPS

Generally, a request handler in Solr will use one or more components to process the actual work.

The first request is using the default search handler, which is also configured to make use of the MoreLikeThisHandler. The latter request is going to a Handler set up to use the MoreLikeThisComponent exclusively.

The main differences in behavior for each request are in the other components loaded by the handler, and the various default parameters and values configured into each handler. This will depend on the specifics of your solrconfig.xml.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top