SOLR-9324: move changes entry to 6.4

This commit is contained in:
yonik 2016-11-17 16:46:57 -05:00
parent 7d7e362d6f
commit 46ce87c700
1 changed files with 3 additions and 3 deletions

View File

@ -120,6 +120,9 @@ New Features
* SOLR-9077: Streaming expressions should support collection alias (Kevin Risden)
* SOLR-9324: Support Secure Impersonation / Proxy User for solr authentication
(Gregory Chanan, Hrishikesh Gadre via yonik)
Optimizations
----------------------
* SOLR-9704: Facet Module / JSON Facet API: Optimize blockChildren facets that have
@ -622,9 +625,6 @@ New Features
* SOLR-9279: New boolean comparison function queries comparing numeric arguments: gt, gte, lt, lte, eq
(Doug Turnbull, David Smiley)
* SOLR-9324: Support Secure Impersonation / Proxy User for solr authentication
(Gregory Chanan)
* SOLR-9252: Feature selection and logistic regression on text (Cao Manh Dat, Joel Bernstein)
* SOLR-6465: CDCR: fall back to whole-index replication when tlogs are insufficient.