Search Results for

    Show / Hide Table of Contents

    Class MultiTermVectorsRequestParameters

    Request options for MultiTermVectors

    https://opensearch.org/docs/latest

    Inheritance
    object
    RequestParameters<MultiTermVectorsRequestParameters>
    MultiTermVectorsRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<MultiTermVectorsRequestParameters>.CustomResponseBuilder
    RequestParameters<MultiTermVectorsRequestParameters>.QueryString
    RequestParameters<MultiTermVectorsRequestParameters>.RequestConfiguration
    RequestParameters<MultiTermVectorsRequestParameters>.ContainsQueryString(string)
    RequestParameters<MultiTermVectorsRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<MultiTermVectorsRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<MultiTermVectorsRequestParameters>.SetQueryString(string, object)
    RequestParameters<MultiTermVectorsRequestParameters>.Q<TOut>(string)
    RequestParameters<MultiTermVectorsRequestParameters>.Q(string, object)
    RequestParameters<MultiTermVectorsRequestParameters>.SetAcceptHeader(string)
    RequestParameters<MultiTermVectorsRequestParameters>.AcceptHeaderFromFormat(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net
    Assembly: OpenSearch.Net.dll
    Syntax
    public class MultiTermVectorsRequestParameters : RequestParameters<MultiTermVectorsRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    DefaultHttpMethod

    Declaration
    public override HttpMethod DefaultHttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    Overrides
    RequestParameters<MultiTermVectorsRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    FieldStatistics

    If true, the response includes the document count, sum of document frequencies, and sum of total term frequencies.

    Declaration
    public bool? FieldStatistics { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Fields

    Comma-separated list or wildcard expressions of fields to include in the statistics. Used as the default list unless a specific field list is provided in the completion_fields or fielddata_fields parameters.

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

    Offsets

    If true, the response includes term offsets.

    Declaration
    public bool? Offsets { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Payloads

    If true, the response includes term payloads.

    Declaration
    public bool? Payloads { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Positions

    If true, the response includes term positions.

    Declaration
    public bool? Positions { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Preference

    Specifies the node or shard the operation should be performed on. Random by default.

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

    Realtime

    If true, the request is real-time as opposed to near-real-time.

    Declaration
    public bool? Realtime { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Routing

    Custom value used to route operations to a specific shard.

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

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<MultiTermVectorsRequestParameters>.SupportsBody
    | Edit this page View Source

    TermStatistics

    If true, the response includes term frequency and document frequency.

    Declaration
    public bool? TermStatistics { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Version

    If true, returns the document version as part of a hit.

    Declaration
    public long? Version { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    VersionType

    Specific version type.

    Declaration
    public VersionType? VersionType { get; set; }
    Property Value
    Type Description
    VersionType?

    Implements

    IRequestParameters

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DefaultHttpMethod
      • FieldStatistics
      • Fields
      • Offsets
      • Payloads
      • Positions
      • Preference
      • Realtime
      • Routing
      • SupportsBody
      • TermStatistics
      • Version
      • VersionType
    • Implements
    • Extension Methods
    Back to top Generated by DocFX