OpenSearch/elasticsearch
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
..
licenses Change the way 3rd party licenses are distributed for the C++ components (elastic/elasticsearch#366) 2016-12-01 15:16:57 +00:00
src Make jobId and from/size mutually exclusive options (elastic/elasticsearch#477) 2016-12-07 12:48:33 -05:00
.gitignore Moves Java code to fit x-pack style structure 2016-11-18 16:35:00 +00:00
README.asciidoc Moves Java code to fit x-pack style structure 2016-11-18 16:35:00 +00:00
build.gradle Centralises where the version is defined 2016-12-02 15:17:49 +00:00
gradle.properties Centralises where the version is defined 2016-12-02 15:17:49 +00:00

README.asciidoc

= Elasticsearch Prelert Plugin

Behavioral Analytics for Elasticsearch