Adrien Grand
6fa258b8fa
Deprecate the `scan` search type.
...
This commit deprecates the `scan` search type in favour of regular scroll
requests sorted by `_doc`.
Related to #12983
2015-08-20 12:47:23 +02:00
Alex Ksikes
ec4f12f9ef
More Like This: removal of the MLT API
...
Removes the More Like This API, users should now use the More Like This query.
The MLT API tests were converted to their query equivalent. Also some clean
ups in MLT tests.
Closes #10736
Closes #11003
2015-05-06 18:11:11 +02:00
Clinton Gormley
6b05b229af
Docs: Changed breaking docs in master to correspond with 1.x for easier merging
2014-11-13 13:50:57 +01:00
Adrien Grand
87497c92ca
Docs: Add missing link to the 2.0 migration guide.
2014-10-12 17:54:21 +02:00
Martijn van Groningen
52f1ab6e16
Core: Added the `index.query.parse.allow_unmapped_fields` setting to fail queries if they refer to unmapped fields.
...
The percolator and filters in aliases by default enforce strict query parsing.
Closes #7335
2014-09-09 15:00:47 +02:00