OpenSearch/modules/percolator
Simon Willnauer 9c9afe3f01 Remove SearchContext#current and all it's threadlocals (#20778)
Today SearchContext expose the current context as a thread local which makes any kind of sane interface design very very hard. This PR removes the thread local entirely and instead passes the relevant context anywhere needed. This simplifies state management dramatically and will allow for a much leaner SearchContext interface down the road.
2016-10-06 19:51:54 +02:00
..
src Remove SearchContext#current and all it's threadlocals (#20778) 2016-10-06 19:51:54 +02:00
build.gradle Add client flag for percolator module build 2016-07-14 02:41:58 -07:00