Category: Solr

Recovering your CM From a Solr Hiccup

We’ve all been there before. Sometimes Solr does something funky and you end up with this on your Index Rebuild screen: What happened? Probably some sort of hiccup with solr. Once Sitecore loses connectivity though, it usually takes a restart in order for things to come back together. I did a little digging into how…


Solving: Parent filter should be sent as parentFilter=filterCondition

Ever have one of those error messages that return less than a dozen results in Google? Makes you feel pretty alone. Sorry, this is not a therapy session. Let’s get you right as rain. What’s really going to flip your biscuit… The full text of the message is as follows: { “responseHeader”:{ “zkConnected”:true, “status”:400, “QTime”:0,…


Fixing the Name of your sitecore_testing_index and sitecore_suggested_test_index Indexes

I was combing through our log files this afternoon and came across the following errors filling the sucker up: 21044 16:31:43 ERROR ActionRunner: Execution is failed. Exception: SolrNet.Exceptions.SolrConnectionException Message: <html> <head> <meta http-equiv=”Content-Type” content=”text/html;charset=utf-8″/> <title>Error 404 Not Found</title> </head> <body><h2>HTTP ERROR 404</h2> <p>Problem accessing /solr/Sitecore-sitecore_testing_index/schema. Reason: <pre> Not Found</pre></p> </body> </html> Source: SolrNet at SolrNet.Impl.SolrConnection.Get(String…