Skip to content

Conversation

@russcam
Copy link
Contributor

@russcam russcam commented Nov 3, 2016

Update Rest Api Specs to v5.0.0

Closes #2306



///<summary>A comma-separated list of stored fields to return as part of a hit</summary>
public DeleteByQueryRequestParameters StoredFields(params string[] stored_fields) => this.AddQueryString("stored_fields", stored_fields);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably make sure everything with *Fields gets generated as fields that take Fields and Expressions. Like other fields do too. New issue though.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is in Elasticsearch.Net though; Fields exists in NEST?


response.ShouldBeValid();
response.Found.Should().BeFalse();
response.Result.Should().Be(Result.NotFound);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assert .Index and the like as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Update Rest Api Specs to v5.0.0
Closes #2306
@russcam russcam merged commit 12fc3f2 into 5.x Nov 8, 2016
@russcam russcam deleted the fix/5.x-allow404s branch November 24, 2016 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants