Getting started
Clone the repository to get started:The Query Stage SDK requires the Fusion Search DSL.
Query Stage SDK library
The Java SDK library contains the classes and interfaces for building new query plugin stages. You’ll find it in thequery-stage-plugin-sdk
directory.
Example plugin stage
The example query stage plugin contains an example of how a plugin can be implemented as well as information on how to build and deploy the plugin. You’ll find it in theexamples/sample-plugin-stage
directory.