Search Results for

    Show / Hide Table of Contents

    Interface IRemoveProcessor

    Removes existing fields. If one field doesn't exist, an exception will be thrown.

    Inherited Members
    IProcessor.Name
    IProcessor.Description
    IProcessor.OnFailure
    IProcessor.If
    IProcessor.Tag
    IProcessor.IgnoreFailure
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IRemoveProcessor : IProcessor

    Properties

    | Edit this page View Source

    Field

    fields to be removed. Supports template snippets.

    Declaration
    [DataMember(Name = "field")]
    Fields Field { get; set; }
    Property Value
    Type Description
    Fields
    | Edit this page View Source

    IgnoreMissing

    If true and Field does not exist or is null, the processor quietly exits without modifying the document. Default is false

    Declaration
    [DataMember(Name = "ignore_missing")]
    bool? IgnoreMissing { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Field
      • IgnoreMissing
    • Extension Methods
    Back to top Generated by DocFX