On 3/23/2018 4:08 AM, Hendrik Haddorp wrote:
I did not define a /get request handler but I also don't see one being default in the solrconfig.xml files that come with Solr 7.2.1. Do I need to add that as described in https://www.garysieling.com/blog/fixing-solrj-error-expected-mime-type-applicationoctet-stream-got-texthtml or is there something wrong in Solr? Is Solr doing those /get calls? My program is not doing any, unless SolrJ does them under the covers, and is actually not showing any error.

Your error message looks like it was only the *end* of the message and was missing all the bits at the beginning that would tell us what the error was.  The whole error message is needed.

A number of the well-known request handlers are created *implicitly* when the config for them is not found in solrconfig.xml.

https://lucene.apache.org/solr/guide/7_2/implicit-requesthandlers.html

Thanks,
Shawn

Reply via email to