Search Results for

    Show / Hide Table of Contents

    Interface ITermVectors

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ITermVectors

    Properties

    | Edit this page View Source

    Found

    Declaration
    bool Found { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Id

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

    Index

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

    TermVectors

    Declaration
    IReadOnlyDictionary<Field, TermVector> TermVectors { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<Field, TermVector>
    | Edit this page View Source

    Took

    Declaration
    long Took { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Version

    Declaration
    long Version { get; }
    Property Value
    Type Description
    long

    Extension Methods

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