SOLR-6696: bin/solr start script should not enable autoSoftCommit by default
(janhoy)
SOLR-6704: TrieDateField type drops schema properties in branch 4.10
(Tomás Fernández L?bbe)
SOLR-6679: Remove suggester component from stock solrconfig.xml sinceit caused long startup times on lage indexes even when it wasn't used.
(yonik)
SOLR-6662: better validation when parsing command-line options that expect a value
(Timothy Potter)
SOLR-6705: Better strategy for dealing with JVM specific options in the startscripts; remove -XX:+AggressiveOpts and only set -XX:-UseSuperWord for Java 1.7u40to u51.
(Uwe Schindler, janhoy, hossman, Timothy Potter)
SOLR-6738: Admin UI - Escape Data on Plugins-View
(steffkes)
SOLR-6085: Suggester crashes when prefixToken is longer than surface form
(janhoy)
SOLR-6323: ReRankingQParserPlugin cleaner paging and fix bug with fuzzy, range and other queriesthat need to be re-written.
(Adair Kovac, Joel Bernstein)
SOLR-6684: Fix-up /export JSON.
(Joel Bernstein)
SOLR-6732: Fix handling of leader-initiated recovery state was String in older versionsand is now a JSON map, caused backwards compatibility issues when doing rolling upgrades ofa live cluster while indexing
(Timothy Potter)
SOLR-6781: BBoxField didn't support dynamic fields.
(David Smiley)
SOLR-6784: BBoxField's 'score' mode should have been optional.
(David Smiley)
SOLR-6510: The collapse QParser would throw a NPE when used on a DocValues field onan empty segment/index.
(Christine Poerschke, David Smiley)
SOLR-2927: Solr does not unregister all mbeans upon exception in constructorcausing memory leaks.
(tom liu, Sharath Babu, Cyrille Roy, shalin)
SOLR-6685: ConcurrentModificationException in Overseer Status API.
(shalin)
SOLR-6706: /update/json/docs throws RuntimeException if a nested structurecontains a non-leaf float field
(Noble Paul, shalin)
SOLR-6610: Slow startup of new clusters because ZkController.publishAndWaitForDownStatesalways times out.
(Jessica Cheng Mallet, shalin, Noble Paul)
SOLR-6726: better strategy for selecting the JMX RMI port based on SOLR_PORT in bin/solrscript
(Timothy Potter)
SOLR-6795: distrib.singlePass returns score even though not asked for.
(Per Steffensen via shalin)
SOLR-6796: distrib.singlePass does not return correct set of fields for multi-fl-parameterrequests.
(Per Steffensen via shalin)
SOLR-6776: Transaction log was not flushed at the end of update requests with softCommitspecified, which could lead to data loss if the server were killed immediately after theupdate finished.
(Jeffery Yuan via yonik)