Table of Contents

Class MultiSearchTemplateRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for MsearchTemplate

http://www.elastic.co/guide/en/elasticsearch/reference/current/search-multi-search.html
public class MultiSearchTemplateRequestParameters : RequestParameters<MultiSearchTemplateRequestParameters>, IRequestParameters
Inheritance
MultiSearchTemplateRequestParameters
Implements
Inherited Members

Constructors

MultiSearchTemplateRequestParameters()

public MultiSearchTemplateRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

MaxConcurrentSearches

Controls the maximum number of concurrent searches the multi search api will execute

public long? MaxConcurrentSearches { get; set; }

Property Value

long?

SearchType

Search operation type

public SearchType? SearchType { get; set; }

Property Value

SearchType?

TypedKeys

Specify whether aggregation and suggester names should be prefixed by their respective types in the response

public bool? TypedKeys { get; set; }

Property Value

bool?