Table of Contents

Class TermVectorsRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for Termvectors

http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-termvectors.html
public class TermVectorsRequestParameters : RequestParameters<TermVectorsRequestParameters>, IRequestParameters
Inheritance
TermVectorsRequestParameters
Implements
Inherited Members

Constructors

TermVectorsRequestParameters()

public TermVectorsRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

FieldStatistics

Specifies if document count, sum of document frequencies and sum of total term frequencies should be returned.

public bool? FieldStatistics { get; set; }

Property Value

bool?

Fields

A comma-separated list of fields to return.

public string[] Fields { get; set; }

Property Value

string[]

Offsets

Specifies if term offsets should be returned.

public bool? Offsets { get; set; }

Property Value

bool?

Parent

Parent id of documents.

[Obsolete("Scheduled to be removed in 7.0, the parent parameter has been deprecated from elasticsearch, please use routing instead directly.")]
public string Parent { get; set; }

Property Value

string

Payloads

Specifies if term payloads should be returned.

public bool? Payloads { get; set; }

Property Value

bool?

Positions

Specifies if term positions should be returned.

public bool? Positions { get; set; }

Property Value

bool?

Preference

Specify the node or shard the operation should be performed on (default: random).

public string Preference { get; set; }

Property Value

string

Realtime

Specifies if request is real-time as opposed to near-real-time (default: true).

public bool? Realtime { get; set; }

Property Value

bool?

Routing

Specific routing value.

public string Routing { get; set; }

Property Value

string

TermStatistics

Specifies if total term frequency and document frequency should be returned.

public bool? TermStatistics { get; set; }

Property Value

bool?

Version

Explicit version number for concurrency control

public long? Version { get; set; }

Property Value

long?

VersionType

Specific version type

public VersionType? VersionType { get; set; }

Property Value

VersionType?