Skip to content

A plugin that adds a remote search processor to the search pipeline framework in opensearch

License

Notifications You must be signed in to change notification settings

aryn-ai/opensearch-remote-processor

Repository files navigation

Remote Search Processor Plugin

This plugin adds a remote search processor that calls out to the sycamore search processing service.

Instructions for use with remote-processor-service

-> assumes you came from remote-processor-service instructions

This part should be fairly simple. I think gradle handles all of the code-gen, so all that should be needed is to checkout 2.x and get the proto files

git switch 2.x
git submodule update --remote

and then build a zip with

./gradlew assemble

the zip is at build/distributions/remote-processor-2.12.0-SNAPSHOT.zip

License

This code is licensed under the Apache 2.0 License. See LICENSE.txt.

Copyright

Copyright OpenSearch Contributors. See NOTICE for details.

About

A plugin that adds a remote search processor to the search pipeline framework in opensearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages