Search Results for

    Show / Hide Table of Contents

    Class ExplainAnalyzeToken

    Inheritance
    object
    ExplainAnalyzeToken
    Inherited Members
    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
    [DataContract]
    public class ExplainAnalyzeToken

    Properties

    | Edit this page View Source

    Bytes

    Declaration
    [DataMember(Name = "bytes")]
    public string Bytes { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    EndOffset

    Declaration
    [DataMember(Name = "end_offset")]
    public long EndOffset { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Keyword

    Declaration
    [DataMember(Name = "keyword")]
    public bool? Keyword { get; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Position

    Declaration
    [DataMember(Name = "position")]
    public long Position { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    PositionLength

    Declaration
    [DataMember(Name = "positionLength")]
    public long? PositionLength { get; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    StartOffset

    Declaration
    [DataMember(Name = "start_offset")]
    public long StartOffset { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    TermFrequency

    Declaration
    [DataMember(Name = "termFrequency")]
    public long? TermFrequency { get; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    Token

    Declaration
    [DataMember(Name = "token")]
    public string Token { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Bytes
      • EndOffset
      • Keyword
      • Position
      • PositionLength
      • StartOffset
      • TermFrequency
      • Token
      • Type
    • Extension Methods
    Back to top Generated by DocFX