Prevent negative from parameter in SearchSourceBuilder#23358
Merged
cbuescher merged 1 commit intoelastic:masterfrom Feb 27, 2017
Merged
Prevent negative from parameter in SearchSourceBuilder#23358cbuescher merged 1 commit intoelastic:masterfrom
from parameter in SearchSourceBuilder#23358cbuescher merged 1 commit intoelastic:masterfrom
Conversation
This prevents later errors like the one reported in elastic#23324 and throws an IllegalArgumentException early instead.
Member
|
LGTM |
cbuescher
added a commit
that referenced
this pull request
Feb 27, 2017
This prevents later errors like the one reported in #23324 and throws an IllegalArgumentException early instead.
Member
Author
|
Merged to 5.x with 8c02460 |
jasontedor
added a commit
to jasontedor/elasticsearch
that referenced
this pull request
Feb 27, 2017
* master: [TEST] make headers case-insensitive when running yaml tests [TEST] randomize request content_type between all of the supported formats [TEST] add support for binary responses to REST tests infra [TEST] don't check exact size in mapper-size yaml test [TEST] move test for binary field to specific test file that sets Content-Type header explicitly [TEST] move filters aggs wrapper query builder rewriting test to integ tests [TEST] create HttpEntity earlier in REST tests [TEST] Remove content type auto-detection while parsing request body in REST tests Factor out filling of TopDocs in SearchPhaseController (elastic#23380) Add info method to High Level Rest client (elastic#23350) Prevent negative `from` parameter in SearchSourceBuilder (elastic#23358) reduce the number of iterations in testPrimaryRelocationWhileIndexing and flush every 5 rollback unneeded change in testNotifyOnDisconnect disable sampling in testNotifyOnDisconnect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This prevents later errors like the one reported in #23324 and throws an
IllegalArgumentException early instead.