OpenSearch/modules/percolator
Martijn van Groningen c17de49a6d
[percolator] Fix memory leak when percolator uses bitset or field data cache.
The percolator doesn't close the IndexReader of the memory index any more.
Prior to 2.x the percolator had its own SearchContext (PercolatorContext) that did this,
but that was removed when the percolator was refactored as part of the 5.0 release.

I think an alternative way to fix this is to let percolator not use the bitset and fielddata caches,
that way we prevent the memory leak.

Closes #24108
2017-04-26 11:08:15 +02:00
..
src [percolator] Fix memory leak when percolator uses bitset or field data cache. 2017-04-26 11:08:15 +02:00
build.gradle Add client flag for percolator module build 2016-07-14 02:41:58 -07:00