on 2019 Oct 29 6:17 AM
Hi All,
when i am searching a keyword in search box , i am getting below error.Could you please help me to resolve the issue.
ERROR [hybrisHTTP13] [SolrSearchRequestResponsePopulator] Exception while executing SOLR search de.hybris.platform.solrfacetsearch.search.FacetSearchException: Error from server at https://localhost:8983/solr: Expected mime type application/octet-stream but got text/html. <h1>Bad Message 414</h1><pre>reason: URI Too Long</pre>
Hello ,
You will have to override the facet search strategy and change the method POST:
INSERT_UPDATE SolrServerConfig ;name[unique=true];solrQueryMethod
;$serverConfigName; POST
Do let me know if this resolves your issue.
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You skipped mode(code); and to add (code) at the end of solrQueryMethod
INSERT_UPDATE SolrServerConfig; name[unique = true]; mode(code) ; solrQueryMethod(code);
; $serverConfigName ; standalone ; POST ;
User | Count |
---|---|
26 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.