Search Results for

    Show / Hide Table of Contents

    Class DissectProcessor

    Similar to the Grok Processor, dissect also extracts structured fields out of a single text field within a document. However unlike the Grok Processor, dissect does not use Regular Expressions. This allows dissect’s syntax to be simple and, for some cases faster, than the Grok Processor.

    Inheritance
    object
    ProcessorBase
    DissectProcessor
    Implements
    IDissectProcessor
    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 DissectProcessor : ProcessorBase, IDissectProcessor, IProcessor

    Properties

    | Edit this page View Source

    AppendSeparator

    The character(s) that separate the appended fields.

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

    Field

    The field to dissect

    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

    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

    Pattern

    The pattern to apply to the field

    Declaration
    public string Pattern { get; set; }
    Property Value
    Type Description
    string

    Implements

    IDissectProcessor
    IProcessor

    Extension Methods

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