Package org.opensearch.search.pipeline.common
package org.opensearch.search.pipeline.common
A collection of commonly-useful request and response processors for use in search pipelines.
-
ClassesClassDescriptionThis is a
SearchRequestProcessorthat replaces the incoming query with a BooleanQuery that MUST match the incoming query with a FILTER clause based on the configured query.This is aSearchRequestProcessorthat renames a field before returning the search responseThis is a factor that creates the RenameResponseProcessorProcessor that evaluates a script with a search request in its context and then returns the modified search request.Factory class for creatingScriptRequestProcessor.Plugin providing common search request/response processors for use in search pipelines.