OpenSearch/plugins
Simon Willnauer 96bcb47fc9 Detach QueryShardContext from IndexShard and remove obsolete threadlocals
IndexShard currently holds an arbitraritly used `getQueryShardContext` that comes
out of a ThreadLocal. It's usage is undefined and arbitraty since there is also
such a method with different semantics on `IndexService` This commit removes the threadLocal on
IndexShard as well as on the context itself. It's types are now a member and the QueryShardContext
lifecycle is managed byt SearchContext which passes the types on from the SearchRequest.
2016-02-08 15:05:03 +01:00
..
analysis-icu Rewrite SettingsFilter to be immutable 2016-02-03 20:05:55 +01:00
analysis-kuromoji Rewrite SettingsFilter to be immutable 2016-02-03 20:05:55 +01:00
analysis-phonetic Rewrite SettingsFilter to be immutable 2016-02-03 20:05:55 +01:00
analysis-smartcn Rewrite SettingsFilter to be immutable 2016-02-03 20:05:55 +01:00
analysis-stempel Rewrite SettingsFilter to be immutable 2016-02-03 20:05:55 +01:00
delete-by-query Uppercase ells ('L') in long literals 2016-01-30 22:16:02 -05:00
discovery-azure convert more filters 2016-02-03 20:31:16 +01:00
discovery-ec2 Merge branch 'master' into fix_settings_filter 2016-02-04 09:28:41 +01:00
discovery-gce Add task status 2016-02-03 18:21:42 -05:00
ingest-geoip ingest: Added foreach processor. 2016-02-04 23:44:01 +01:00
jvm-example Merge pull request #16038 from rjernst/remove_site_plugin 2016-01-21 12:32:22 -08:00
lang-javascript Script mode settings as booleans 2016-01-27 06:26:58 -05:00
lang-painless Minor clean up. 2016-02-05 12:00:18 -08:00
lang-python Script mode settings as booleans 2016-01-27 06:26:58 -05:00
mapper-attachments Remove string formatting from Terminal print methods 2016-02-02 19:57:16 +01:00
mapper-murmur3 Detach QueryShardContext from IndexShard and remove obsolete threadlocals 2016-02-08 15:05:03 +01:00
mapper-size Detach QueryShardContext from IndexShard and remove obsolete threadlocals 2016-02-08 15:05:03 +01:00
repository-azure Rewrite SettingsFilter to be immutable 2016-02-03 20:05:55 +01:00
repository-hdfs Merge pull request #16038 from rjernst/remove_site_plugin 2016-01-21 12:32:22 -08:00
repository-s3 some plugins share settings - make it easy to filter them 2016-02-03 21:50:06 +01:00
store-smb fix eclipse to compile at all. why does the build not fail? 2016-02-04 18:57:53 -05:00
build.gradle Build: Add fixture capabilities to integ tests 2015-12-19 15:46:21 -08:00