Search Results for

    Show / Hide Table of Contents

    Class DotExpanderProcessor

    Expands a field with dots into an object field. This processor allows fields with dots in the name to be accessible by other processors in the pipeline. Otherwise these fields can’t be accessed by any processor.

    Inheritance
    object
    ProcessorBase
    DotExpanderProcessor
    Implements
    IDotExpanderProcessor
    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 DotExpanderProcessor : ProcessorBase, IDotExpanderProcessor, IProcessor

    Properties

    | Edit this page View Source

    Field

    The field to expand into an object field

    Declaration
    [DataMember(Name = "field")]
    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

    Path

    The field that contains the field to expand. Only required if the field to expand is part another object field, because the field option can only understand leaf fields.

    Declaration
    [DataMember(Name = "path")]
    public string Path { get; set; }
    Property Value
    Type Description
    string

    Implements

    IDotExpanderProcessor
    IProcessor

    Extension Methods

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