OpenSearch/docs/reference/release-notes
Andy Bristol 8bfb0f3f8d
serialize suggestion responses as named writeables (#30284)
Suggestion responses were previously serialized as streamables which
made writing suggesters in plugins with custom suggestion response types
impossible. This commit makes them serialized as named writeables and
provides a facility for registering a reader for suggestion responses
when registering a suggester.

This also makes Suggestion responses abstract, requiring a suggester
implementation to provide its own types. Suggesters which do not need
anything additional to what is defined in Suggest.Suggestion should
provide a minimal subclass.

The existing plugin suggester integration tests are removed and
replaced with an equivalent implementation as an example
plugin.
2018-08-07 13:31:00 -07:00
..
7.0.0-alpha1.asciidoc serialize suggestion responses as named writeables (#30284) 2018-08-07 13:31:00 -07:00
highlights-7.0.0.asciidoc [DOCS] Remove references to removed changelog 2018-05-15 11:47:56 +02:00
highlights.asciidoc [DOCS] Restores 7.0.0 release notes and highlights 2018-05-15 08:48:41 -07:00