Solr 6 released
A few weeks ago, Solr 6.0 was released, and right after we also released Solr 5.5.1. That means that most probably 5.5.x is the last in the 5.x series, so start preparing for an upgrade.
Why would you upgrade? Well, Changes gives you 40 bug-reasons and 33 feature-reasons 🙂 Let me highlight the coolest ones:
Solr logging just got better
Using a product like Solr over time makes you blind to certain things. Logging is one such area. For me it started with realizing that the default logging was way too verbose, and soon I found a two year old bug ticket with the title “Reduce logging during startup and shutdown” that I brought to life again.
Turned out that we could reduce the log from a
bin/solr start -f
from 31 to 9 lines, whilebin/solr create -c foo
was shrunk from 129 lines to 48 lines andbin/solr start -c -f
was shrunk from 67 to 20 lines! Alan Woodward and Alexandre Rafalovitch joined the effort and soon SOLR-5563 was also committed.Startup logging for bin/solr start -f in Solr 6.3
Read More