OpenSearch/docs/reference/migration
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
..
migrate_2_0 Update settings.asciidoc 2015-09-23 14:54:51 +02:00
index.asciidoc Remove the scan and count search types. 2015-09-07 15:18:45 +02:00
migrate_1_0.asciidoc Docs: Remove docs for the `filtered`, `and`, `or` and `(f)query` queries. 2015-09-11 11:00:54 +02:00
migrate_1_4.asciidoc Query DSL: Remove filter parsers. 2015-05-07 20:14:34 +02:00
migrate_1_6.asciidoc parent/child: Deprecated the `top_children` in favour of the `has_child` query. 2015-05-07 09:27:54 +02:00
migrate_2_0.asciidoc Mapping: Default position_offset_gap to 100 2015-08-25 14:21:50 -04:00
migrate_2_1.asciidoc [search] Limit the size of the result window 2015-09-10 15:38:29 -04:00
migrate_3_0.asciidoc Java api: IdsQueryBuilder to accept only non null ids and types 2015-10-05 15:10:30 +02:00