Search Results for

    Show / Hide Table of Contents

    Interface IDotExpanderProcessor

    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.

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

    Properties

    | Edit this page View Source

    Field

    The field to expand into an object field

    Declaration
    [DataMember(Name = "field")]
    Field Field { get; set; }
    Property Value
    Type Description
    Field
    | 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")]
    string Path { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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