Search Results for

    Show / Hide Table of Contents

    Class RenameProcessor

    Renames an existing field. If the field doesn't exist or the new name is already used, an exception will be thrown.

    Inheritance
    object
    ProcessorBase
    RenameProcessor
    Implements
    IRenameProcessor
    IProcessor
    Inherited Members
    ProcessorBase.If
    ProcessorBase.Tag
    ProcessorBase.IgnoreFailure
    ProcessorBase.OnFailure
    ProcessorBase.Description
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class RenameProcessor : ProcessorBase, IRenameProcessor, IProcessor

    Properties

    | Edit this page View Source

    Field

    The field to be renamed. Supports template snippets.

    Declaration
    public Field Field { get; set; }
    Property Value
    Type Description
    Field
    | 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
    public bool? IgnoreMissing { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Name

    Declaration
    protected override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    ProcessorBase.Name
    | Edit this page View Source

    TargetField

    The new name of the field. Supports template snippets.

    Declaration
    public Field TargetField { get; set; }
    Property Value
    Type Description
    Field

    Implements

    IRenameProcessor
    IProcessor

    Extension Methods

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