Solr 7
Den første release-kandidaten for Solr 7.0 er ute til votering, noe som betyr at vi antakelig vil se v7.0 ute iløpet av noen dager.
Oppdatering: Releasen var idag, 20. sept. Gå og last ned nå!
Solr 7 er en stor oppgradering, med mange forbedringer, slik som:
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