OpenSearch/docs/reference/rest-api
Christoph Büscher 2cc7f5a744
Allow reloading of search time analyzers (#43313)
Currently changing resources (like dictionaries, synonym files etc...) of search
time analyzers is only possible by closing an index, changing the underlying
resource (e.g. synonym files) and then re-opening the index for the change to
take effect.

This PR adds a new API endpoint that allows triggering reloading of certain
analysis resources (currently token filters) that will then pick up changes in
underlying file resources. To achieve this we introduce a new type of custom
analyzer (ReloadableCustomAnalyzer) that uses a ReuseStrategy that allows
swapping out analysis components. Custom analyzers that contain filters that are
markes as "updateable" will automatically choose this implementation. This PR
also adds this capability to `synonym` token filters for use in search time
analyzers.

Relates to #29051
2019-06-28 09:55:40 +02:00
..
defs.asciidoc [ML] [Data Frame] Adding supported aggs in docs (#42728) (#42842) 2019-06-04 07:19:58 -05:00
index.asciidoc Allow reloading of search time analyzers (#43313) 2019-06-28 09:55:40 +02:00
info.asciidoc Add voting-only master node (#43410) 2019-06-26 08:07:56 +02:00
timeoutparms.asciidoc ILM API ref edits (#35112) 2018-11-08 15:26:27 -08:00