Troubleshooting


400 Error Responses with Solr 5.4.x

The most common cause of 400 errors from Solr is the length of the text field that Aspire tries to feed. In Solr 5.4.x, the default "text" field type has changed - it now uses "strings" which don't allow big strings to get indexed. To fix it modify its type to "text_general" (in the managed-schema.xml file); this should resolve this error.


  • No labels