added breaking docs
This commit is contained in:
parent
e39b6a5689
commit
aa22e23316
|
@ -770,3 +770,8 @@ For the record, official plugins which can use this new simplified form are:
|
|||
* elasticsearch-lang-javascript
|
||||
* elasticsearch-lang-python
|
||||
|
||||
=== Aliases
|
||||
|
||||
Fields used in alias filters no longer have to exist in the mapping upon alias creation time. Alias filters are now
|
||||
parsed at request time and then the fields in filters are resolved from the mapping, whereas before alias filters were
|
||||
parsed at alias creation time and the parsed form was kept around in memory.
|
Loading…
Reference in New Issue