OpenSearch/docs
javanna e8653f5156 Java api: IdsQueryBuilder to accept only non null ids and types
Types are still optional, but if you do provide them, they can't be null. Split the existing constructor that accepted nnull into two, one that accepts no arguments, and another one that accepts the types argument, which must be not null.

Also trimmed down different ways of setting ids, some were misleading as they would always add the ids to the existing ones and not set them, the add prefix makes that clear. Left `addIds` method that accepts a varargs argument. Added check for ids not be null.
2015-10-05 15:10:30 +02:00
..
community-clients Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
groovy-api Docs: Fixed URLs in the Groovy docs 2015-06-19 17:54:57 +02:00
java-api Edit search scroll docs for syntactic style 2015-09-19 14:42:14 -05:00
perl Docs: Minor test change to Perl docs 2015-02-28 17:19:55 +01:00
plugins Merge pull request #13579 from nik9000/run_plugin_as_elasticsearch_in_tar 2015-09-22 11:19:19 -04:00
python Updated copyright years to include 2015 2015-02-28 03:18:45 +01:00
reference Java api: IdsQueryBuilder to accept only non null ids and types 2015-10-05 15:10:30 +02:00
resiliency Update link to Jepsen related test class 2015-10-01 16:34:19 -04:00
ruby Docs: Fixed typos 2015-05-05 10:38:05 +02:00
README.asciidoc Docs: Updated docs/README.asciidoc to point to the new docs repo 2015-04-27 08:54:07 +02:00

README.asciidoc

The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process

See: https://github.com/elastic/docs