mirror of https://github.com/apache/lucene.git
Removing 7.0.0 release section and SOLR-9481 from the CHANGES.txt
This commit is contained in:
parent
f9e2f0c5b6
commit
2175f6fde3
|
@ -16,53 +16,6 @@ In this release, there is an example Solr server including a bundled
|
||||||
servlet container in the directory named "example".
|
servlet container in the directory named "example".
|
||||||
See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html
|
See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html
|
||||||
|
|
||||||
================== 7.0.0 ==================
|
|
||||||
|
|
||||||
Upgrading from Solr 6.x
|
|
||||||
----------------------
|
|
||||||
|
|
||||||
* HttpClientInterceptorPlugin is now HttpClientBuilderPlugin and must work with a
|
|
||||||
SolrHttpClientBuilder rather than an HttpClientConfigurer.
|
|
||||||
|
|
||||||
* HttpClientUtil now allows configuring HttpClient instances via SolrHttpClientBuilder
|
|
||||||
rather than an HttpClientConfigurer. Use of env variable SOLR_AUTHENTICATION_CLIENT_CONFIGURER
|
|
||||||
no longer works, please use SOLR_AUTHENTICATION_CLIENT_BUILDER
|
|
||||||
|
|
||||||
* SolrClient implementations now use their own internal configuration for socket timeouts,
|
|
||||||
connect timeouts, and allowing redirects rather than what is set as the default when
|
|
||||||
building the HttpClient instance. Use the appropriate setters on the SolrClient instance.
|
|
||||||
|
|
||||||
* HttpSolrClient#setAllowCompression has been removed and compression must be enabled as
|
|
||||||
a constructor param.
|
|
||||||
|
|
||||||
* HttpSolrClient#setDefaultMaxConnectionsPerHost and
|
|
||||||
HttpSolrClient#setMaxTotalConnections have been removed. These now default very
|
|
||||||
high and can only be changed via param when creating an HttpClient instance.
|
|
||||||
|
|
||||||
* Query time join with scoring {!join score=none} (even none) doesn't handle single value numeric fields.
|
|
||||||
Users are advised to convert these fields into string and reindex.
|
|
||||||
|
|
||||||
* Deprecated collection and configset methods on MiniSolrCloudCluster have been
|
|
||||||
removed
|
|
||||||
|
|
||||||
Bug Fixes
|
|
||||||
----------------------
|
|
||||||
* SOLR-9262: Connection and read timeouts are being ignored by UpdateShardHandler after SOLR-4509.
|
|
||||||
(Mark Miller, shalin)
|
|
||||||
|
|
||||||
Optimizations
|
|
||||||
----------------------
|
|
||||||
|
|
||||||
* SOLR-4509: Move to non deprecated HttpClient impl classes to remove stale connection
|
|
||||||
check on every request and move connection lifecycle management towards the client.
|
|
||||||
(Ryan Zezeski, Mark Miller, Shawn Heisey, Steve Davids)
|
|
||||||
|
|
||||||
* SOLR-9255: Rename SOLR_AUTHENTICATION_CLIENT_CONFIGURER -> SOLR_AUTHENTICATION_CLIENT_BUILDER (janhoy)
|
|
||||||
|
|
||||||
* SOLR-9579: Make Solr's SchemaField implement Lucene's IndexableFieldType, removing the
|
|
||||||
creation of a Lucene FieldType every time a field is indexed. (John Call, yonik)
|
|
||||||
|
|
||||||
|
|
||||||
================== 6.4.0 ==================
|
================== 6.4.0 ==================
|
||||||
|
|
||||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||||
|
@ -206,10 +159,6 @@ New Features
|
||||||
* SOLR-9654: Add "overrequest" parameter to JSON Facet API to control amount of overrequest
|
* SOLR-9654: Add "overrequest" parameter to JSON Facet API to control amount of overrequest
|
||||||
on a distributed terms facet. (yonik)
|
on a distributed terms facet. (yonik)
|
||||||
|
|
||||||
* SOLR-9481: Authentication and Authorization plugins now work in standalone mode if security.json is placed in
|
|
||||||
SOLR_HOME on every node. Editing config through API is supported but affects only that one node.
|
|
||||||
(janhoy)
|
|
||||||
|
|
||||||
* SOLR-2212: Add a factory class corresponding to Lucene's NoMergePolicy. (Lance Norskog, Cao Manh Dat via shalin)
|
* SOLR-2212: Add a factory class corresponding to Lucene's NoMergePolicy. (Lance Norskog, Cao Manh Dat via shalin)
|
||||||
|
|
||||||
* SOLR-9670: Support SOLR_AUTHENTICATION_OPTS in solr.cmd (janhoy)
|
* SOLR-9670: Support SOLR_AUTHENTICATION_OPTS in solr.cmd (janhoy)
|
||||||
|
|
Loading…
Reference in New Issue