Class FilterQueryRequestProcessor

java.lang.Object
org.opensearch.search.pipeline.common.FilterQueryRequestProcessor
All Implemented Interfaces:
Processor, SearchRequestProcessor

public class FilterQueryRequestProcessor extends Object implements SearchRequestProcessor
This is a SearchRequestProcessor that replaces the incoming query with a BooleanQuery that MUST match the incoming query with a FILTER clause based on the configured query.