| 12345678910111213141516171819202122 | [[drop-processor]]=== Drop ProcessorDrops the document without raising any errors. This is useful to prevent the document fromgetting indexed based on some condition.[[drop-options]].Drop Options[options="header"]|======| Name              | Required  | Default  | Descriptioninclude::common-options.asciidoc[]|======[source,js]--------------------------------------------------{  "drop": {    "if" : "ctx.network_name == 'Guest'"  }}--------------------------------------------------// NOTCONSOLE
 |