Britta Weber
216c814a7f
remove default `_all` for `type` and `index` if these are missing in REST tests
...
If a type or path is missing in the REST test yaml file, it is
automatically replaced with _all. This makes it hard to test changes
in the api, for example adding the possibility to leave the index
blank in addition to _all and * in the uri.
closes #4657
2014-01-09 10:17:42 +01:00
Boaz Leskes
87df522786
updated source filtering tests and spec
...
Fixed id tests to be strings.
Changed the _source_* param of get_source as they have changed in core.
2013-10-08 18:18:20 +02:00
Clinton Gormley
a78781cdc6
[API] Added _source,_source_include,_source_exclude to
...
* explain
* get
* mget
* search
* get_source
2013-09-23 13:23:25 +02:00
Karel Minarik
5b8df7eba6
Fixed incorrect default JSON spec for `get_source` API
2013-09-09 20:59:47 +02:00
Karel Minarik
746bdb12b3
Added the default `_all` value for document type in `get_source` API
2013-09-09 14:00:40 +02:00
Karel Minarik
11db906004
Added the "get_source" API
...
Specific endpoint for:
curl -XGET 'http://localhost:9200/twitter/tweet/1/_source '
2013-06-22 21:25:01 +02:00