OpenSearch/modules
Nik Everett 2e48fb8294 Move delete by query helpers into core (#22810)
This moves the building blocks for delete by query into core. This
should enabled two thigns:
1. Plugins other than reindex to implement "bulk by scroll" style
operations.
2. Plugins to directly call delete by query. Those plugins should
be careful to make sure that task cancellation still works, but
this should be possible.

Notes:
1. I've mostly just moved classes and moved around tests methods.
2. I haven't been super careful about cohesion between these core
classes and reindex. They are quite interconnected because I wanted
to make the change as mechanical as possible.

Closes #22616
2017-01-27 16:09:18 -05:00
..
aggs-matrix-stats Remove InternalAggregation.Type (#22511) 2017-01-10 11:57:19 -05:00
ingest-common fix date-processor to a new default year for every new pipeline execution. (#22601) 2017-01-25 15:09:07 -08:00
lang-expression Add single static instance of SpecialPermission (#22726) 2017-01-21 12:03:52 -06:00
lang-mustache Add single static instance of SpecialPermission (#22726) 2017-01-21 12:03:52 -06:00
lang-painless Generate reference links for painless API (#22775) 2017-01-26 10:39:19 -05:00
percolator replace custom functional interface with CheckedFunction in percolate module 2017-01-16 13:57:58 +01:00
reindex Move delete by query helpers into core (#22810) 2017-01-27 16:09:18 -05:00
repository-url Add repository-url module and move URLRepository (#22752) 2017-01-25 17:09:25 -06:00
transport-netty4 Add single static instance of SpecialPermission (#22726) 2017-01-21 12:03:52 -06:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00