28 lines
712 B
Plaintext
28 lines
712 B
Plaintext
|
[[breaking-changes-7.3]]
|
||
|
== Breaking changes in 7.3
|
||
|
++++
|
||
|
<titleabbrev>7.3</titleabbrev>
|
||
|
++++
|
||
|
|
||
|
This section discusses the changes that you need to be aware of when migrating
|
||
|
your application to Elasticsearch 7.3.
|
||
|
|
||
|
See also <<release-highlights>> and <<es-release-notes>>.
|
||
|
|
||
|
coming[7.3.0]
|
||
|
|
||
|
//NOTE: The notable-breaking-changes tagged regions are re-used in the
|
||
|
//Installation and Upgrade Guide
|
||
|
|
||
|
//tag::notable-breaking-changes[]
|
||
|
|
||
|
// end::notable-breaking-changes[]
|
||
|
|
||
|
[[breaking_73_plugin_changes]]
|
||
|
=== Plugins changes
|
||
|
|
||
|
[float]
|
||
|
==== IndexStorePlugin changes
|
||
|
|
||
|
IndexStore and DirectoryService have been replaced by a stateless and simple
|
||
|
DirectoryFactory interface to create custom Lucene directory instances per shard.
|