Class RemoveProcessor
Removes existing fields. If one field doesn't exist, an exception will be thrown.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class RemoveProcessor : ProcessorBase, IRemoveProcessor, IProcessor
Properties
| Edit this page View SourceField
fields to be removed. Supports template snippets.
Declaration
public Fields Field { get; set; }
Property Value
Type | Description |
---|---|
Fields |
IgnoreMissing
If true
and Field does not exist or is null,
the processor quietly exits without modifying the document. Default is false
Declaration
public bool? IgnoreMissing { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Name
Declaration
protected override string Name { get; }
Property Value
Type | Description |
---|---|
string |