About elasticsearch.thrift,there is a conflict keyword params

i'v just open a issue,

struct RestRequest {
1: required Method method,
2: required string uri
3: optional map<string, string> params
4: optional map<string, string> headers
5: optional binary body
}

Shay Banon,can you solve this,thx~

Renamed to parameters.

On Thu, Sep 30, 2010 at 9:51 AM, Medcl medcl@163.com wrote:

i'v just open a issue,
thrift definition `params` is conflict with c#'s keyword, rename to `parameters` · Issue #392 · elastic/elasticsearch · GitHub

struct RestRequest {
1: required Method method,
2: required string uri
3: optional map<string, string> params
4: optional map<string, string> headers
5: optional binary body
}

Shay Banon,can you solve this,thx~

thanks~

On 9月30日, 下午4时07分, Shay Banon shay.ba...@elasticsearch.com wrote:

Renamed to parameters.

On Thu, Sep 30, 2010 at 9:51 AM, Medcl me...@163.com wrote:

i'v just open a issue,
thrift definition `params` is conflict with c#'s keyword, rename to `parameters` · Issue #392 · elastic/elasticsearch · GitHub

struct RestRequest {
1: required Method method,
2: required string uri
3: optional map<string, string> params
4: optional map<string, string> headers
5: optional binary body
}

Shay Banon,can you solve this,thx~