Class MultiTermVectorsRequestParameters
Request options for MultiTermVectors
https://opensearch.org/docs/latest
Inheritance
Implements
Inherited Members
Namespace: OpenSearch.Net
Assembly: OpenSearch.Net.dll
Syntax
public class MultiTermVectorsRequestParameters : RequestParameters<MultiTermVectorsRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceFieldStatistics
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? |
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[] |
Offsets
If true
, the response includes term offsets.
Declaration
public bool? Offsets { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Payloads
If true
, the response includes term payloads.
Declaration
public bool? Payloads { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Positions
If true
, the response includes term positions.
Declaration
public bool? Positions { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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 |
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? |
Routing
Custom value used to route operations to a specific shard.
Declaration
public string[] Routing { get; set; }
Property Value
Type | Description |
---|---|
string[] |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceTermStatistics
If true, the response includes term frequency and document frequency.
Declaration
public bool? TermStatistics { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Version
If true
, returns the document version as part of a hit.
Declaration
public long? Version { get; set; }
Property Value
Type | Description |
---|---|
long? |
VersionType
Specific version type.
Declaration
public VersionType? VersionType { get; set; }
Property Value
Type | Description |
---|---|
VersionType? |