This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
# | |
# Custom write failure handling when there is an error writing to Solr. | |
# Install this in an initializer. | |
# Prints error messages to stderr. | |
# | |
# NOTE: does not fail for reads; you should catch those exceptions in your controller. | |
# | |
## |