OpenSearch/plugins/mapper-murmur3
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
..
src Detach QueryShardContext from IndexShard and remove obsolete threadlocals 2016-02-08 15:05:03 +01:00
build.gradle Remove a few more Xlint skips 2016-01-06 23:28:13 -05:00