Search Results for

    Show / Hide Table of Contents

    Class TermVectorsResponse

    Inheritance
    object
    ResponseBase
    TermVectorsResponse
    Implements
    IResponse
    IOpenSearchResponse
    Inherited Members
    ResponseBase.ApiCall
    ResponseBase.DebugInformation
    ResponseBase.OriginalException
    ResponseBase.ServerError
    ResponseBase.DebugIsValid(StringBuilder)
    ResponseBase.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public class TermVectorsResponse : ResponseBase, IResponse, IOpenSearchResponse

    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

    IsValid

    TermVector API returns 200 even if Found;

    Declaration
    public override bool IsValid { get; }
    Property Value
    Type Description
    bool
    Overrides
    ResponseBase.IsValid
    | 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

    Type

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

    Version

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

    Implements

    IResponse
    IOpenSearchResponse

    Extension Methods

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