Search Results for

    Show / Hide Table of Contents

    Class TermVectorsResult

    Inheritance
    object
    TermVectorsResult
    Implements
    ITermVectors
    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
    public class TermVectorsResult : ITermVectors

    Properties

    | Edit this page View Source

    Found

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

    Id

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

    Index

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

    TermVectors

    Declaration
    [DataMember(Name = "term_vectors")]
    public IReadOnlyDictionary<Field, TermVector> TermVectors { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<Field, TermVector>
    | Edit this page View Source

    Took

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

    Version

    Declaration
    [DataMember(Name = "_version")]
    public long Version { get; }
    Property Value
    Type Description
    long

    Implements

    ITermVectors

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Found
      • Id
      • Index
      • TermVectors
      • Took
      • Version
    • Implements
    • Extension Methods
    Back to top Generated by DocFX