OpenSearch/libs/core
Simon Willnauer 0cc0fd2d15
Add a frozen engine implementation (#34357)
This change adds a `frozen` engine that allows lazily open a directory reader
on a read-only shard. The engine wraps general purpose searchers in a LazyDirectoryReader
that also allows to release and reset the underlying index readers after any and before
secondary search phases.

Relates to #34352
2018-11-07 20:23:35 +01:00
..
src Add a frozen engine implementation (#34357) 2018-11-07 20:23:35 +01:00
build.gradle Upgrade forbiddenapis to 2.6 (#33809) 2018-10-23 12:06:46 +03:00