23 lines
519 B
Plaintext
23 lines
519 B
Plaintext
[[drop-processor]]
|
|
=== Drop Processor
|
|
Drops the document without raising any errors. This is useful to prevent the document from
|
|
getting indexed based on some condition.
|
|
|
|
[[drop-options]]
|
|
.Drop Options
|
|
[options="header"]
|
|
|======
|
|
| Name | Required | Default | Description
|
|
include::common-options.asciidoc[]
|
|
|======
|
|
|
|
[source,js]
|
|
--------------------------------------------------
|
|
{
|
|
"drop": {
|
|
"if" : "ctx.network_name == 'Guest'"
|
|
}
|
|
}
|
|
--------------------------------------------------
|
|
// NOTCONSOLE
|