OpenSearch/modules
Christoph Büscher ca21aa0cb5 Make reset() in QueryShardContext private
The query shard reset() method resets some internal state in the
query shard context, like clearing query names, the filter flag
or named queries. The problem with this method being public is
that it currently (miss?) used for modifying an existing context
for recursive invocatiob, but the contexts that have been reseted
that way cannot be properly set back to their previous state.

This PR is a step towards removing reset() entirely by first making
it only be used internally in QueryShardContext. In places where
reset() was used we can either create new QueryShardContexts or
modify the existing context because it is discarded afterwards anyway.
2016-05-03 18:56:16 +02:00
..
ingest-grok ingest: Add `date_index_name` processor. 2016-04-29 17:20:48 +02:00
lang-expression Add tests/doc for boolean fields with expressions 2016-05-02 18:13:03 -04:00
lang-groovy Changed indexed scripts to be stored in the cluster state instead of the `.scripts` index. 2016-04-22 13:42:55 +02:00
lang-mustache Make reset() in QueryShardContext private 2016-05-03 18:56:16 +02:00
lang-painless Painless clean up including fixing _score issues and improving type 2016-03-30 16:40:17 -07:00
reindex Merge pull request #17933 from rjernst/camelcase4 2016-04-22 13:46:43 -07:00
build.gradle Enforce isolated mode for all plugins 2016-03-24 09:17:33 +01:00