This stage can be used to exclude some documents from being processed in the index pipeline. It ignores the documents that satisfy a given defined condition. Hence, those documents are not indexed.
Exclude Document Configuration
Use the following properties to configure this stage.
- Stage Type: Set this field to Exclude Document type
- Stage Name: Set a unique name for the stage.
- Condition: Define a condition to select the documents to be excluded from processing. Use the basic or script mode to define the condition. For example, to ignore the processing of web pages, you can set the condition as shown below:
ctx.sys_content_type==”web”