OpenSearch/modules
Nik Everett 5f0292cb81 Fetch result when wait_for_completion
This makes this sequence:
```
curl -XDELETE localhost:9200/source,dest?pretty
for i in $( seq 1 100 ); do
  curl -XPOST localhost:9200/source/test -d'{"test": "test"}'; echo
done
curl localhost:9200/_refresh?pretty

curl -XPOST 'localhost:9200/_reindex?pretty&wait_for_completion=false' -d'{
  "source": {
    "index": "source"
  },
  "dest": {
    "index": "dest"
  }
}'

curl 'localhost:9200/_tasks/Jsyd6d9wSRW-O-NiiKbPcQ:237?wait_for_completion&pretty'
```

Return task *AND* the response to the user.

This also renames "result" to "response" in the persisted task info
to line it up with how we name the objects in Elasticsearch.
2016-06-21 14:18:53 -04:00
..
aggs-matrix-stats Plugins: Remove name() and description() from api 2016-06-15 17:12:22 -07:00
ingest-common ingest: merged o.e.ingest.core with o.e.ingest and in ingest-common module added o.e.ingest.common package 2016-06-21 09:24:00 +02:00
lang-expression Compile each Groovy script in its own classloader 2016-06-20 08:17:09 +02:00
lang-groovy Revert "Remove `_timestamp` and `_ttl` on 5.x indices. #18980" 2016-06-21 19:19:49 +02:00
lang-mustache Remove obsolete Modules that can simply be inlined in node creation 2016-06-20 11:28:14 +02:00
lang-painless beef up tests so we ensure you still get good errors in these cases 2016-06-21 12:15:59 -04:00
percolator removed unused imports 2016-06-21 15:51:20 +02:00
reindex Fetch result when wait_for_completion 2016-06-21 14:18:53 -04:00
build.gradle Enforce isolated mode for all plugins 2016-03-24 09:17:33 +01:00