🔎 Open source distributed and RESTful search engine.
Go to file
Zachary Tong 4d86670772 Make jobId and from/size mutually exclusive options (elastic/elasticsearch#477)
Make jobId and from/size mutually exclusive options.  

This approach has the main properties of not allowing an invalid Request to be built, and alerting the user if they set an incorrect configuration. It has the downside that PageParams can be null so the consumer will have to check for it. Since jobId could be null before, this seemed acceptable.

Original commit: elastic/x-pack-elasticsearch@106dcdf61a
2016-12-07 12:48:33 -05:00
buildSrc Build now downloads c++ dist for all platforms 2016-12-02 09:46:05 +00:00
elasticsearch Make jobId and from/size mutually exclusive options (elastic/elasticsearch#477) 2016-12-07 12:48:33 -05:00
vagrant Tweak Vagrant to use env variables for S3 boxes, update instructions 2016-10-11 11:07:41 -04:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
build.gradle Adds ability to specify the aws credentials as environment variables 2016-12-05 13:58:27 +00:00
gradle.properties Upgrade to Elasticsearch 5.2 SNAPSHOT 2016-11-24 22:55:19 +00:00
settings.gradle Creates a cpp gradle module to control the cpp build (elastic/elasticsearch#361) 2016-11-23 11:22:04 +00:00