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.Plugin providing common search request/response processors for use in search pipelines.