You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By diving deep into the ext object, I found it's defined in OpenSearch-core, that makes the search request could be extended by the plugins, plugins can subclass SeachExtBuilder to add their own ext section. Now we have RerankSearchExitBuilder implemented in neural-search plugin, and the type of ext is just a map, so I think we can give an example of the rerank ext object in the documentation of the search api.
By diving deep into the ext object, I found it's defined in OpenSearch-core, that makes the search request could be extended by the plugins, plugins can subclass SeachExtBuilder to add their own ext section. Now we have RerankSearchExitBuilder implemented in neural-search plugin, and the type of ext is just a map, so I think we can give an example of the rerank ext object in the documentation of the search api.
What do you want to do?
This page says that "plugin authors can add an
ext
object to the search response", but @reta says that queries can also have anext
section.Also, the doc for the Rerank processor includes an
ext
in a search query.I would be happy to edit this myself, but I don't know the rules around
ext
objects.Tell us about your request. Provide a summary of the request and all versions that are affected.
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
The text was updated successfully, but these errors were encountered: