Solr 7
The first release candidate for Solr 7.0 has been made, meaning we will probably see a release within days if no show stoppers pop up.
Update: The release was today, Sept 20th. Go and download the release now!
Solr 7 is a major version upgrade, featuring improvements such as:
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