OpenSearch/modules
Areek Zillur 80ca78479f Make bulk item-level requests implement DocumentRequest interface
Currently, bulk item requests can be any ActionRequest, this commit
restricts bulk item requests to DocumentRequest. This simplifies
handling failures during bulk requests. Additionally, a new enum
is added to DocumentRequest to represent the intended operation
to be performed by a document request. Now, index operation type
also uses the new enum to specify whether the request should
create or index a document.
2016-08-23 10:33:37 -04:00
..
aggs-matrix-stats Switch aggregation registration for push to pull 2016-08-16 09:08:36 -04:00
ingest-common remove ability to set field value in script-processor configuration (#19981) 2016-08-15 10:57:39 -07:00
lang-expression Collapse o.e.index.mapper packages. #19921 2016-08-10 17:51:11 +02:00
lang-groovy Catch AssertionError and NoClassDefFoundError in groovy scripts 2016-08-12 13:06:49 -06:00
lang-mustache Merge branch 'master' into search_parser 2016-08-16 11:28:59 -07:00
lang-painless Catch OutOfMemory and StackOverflow errors in Painless since it's safe 2016-08-10 18:09:45 -07:00
percolator Merge branch 'master' into search_parser 2016-08-16 11:28:59 -07:00
reindex Make bulk item-level requests implement DocumentRequest interface 2016-08-23 10:33:37 -04:00
transport-netty3 Remove ESIntegTestCase#pluginList 2016-08-11 15:44:02 -04:00
transport-netty4 Remove ESIntegTestCase#pluginList 2016-08-11 15:44:02 -04:00
build.gradle Make module client jars go to org.elasticsearch.plugin groupId 2016-07-14 02:58:27 -07:00