Search Results for

    Show / Hide Table of Contents

    Class JoinProcessor

    Joins each element of an array into a single string using a separator character between each element. Throws an error when the field is not an array.

    Inheritance
    object
    ProcessorBase
    JoinProcessor
    Implements
    IJoinProcessor
    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 JoinProcessor : ProcessorBase, IJoinProcessor, IProcessor

    Properties

    | Edit this page View Source

    Field

    The field to be joined

    Declaration
    public Field Field { get; set; }
    Property Value
    Type Description
    Field
    | 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

    Separator

    The separator character

    Declaration
    public string Separator { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TargetField

    The field to assign the joined value to, by default field is updated in-place

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

    Implements

    IJoinProcessor
    IProcessor

    Extension Methods

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