OpenSearch/libs/core/src
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
..
main Add a frozen engine implementation (#34357) 2018-11-07 20:23:35 +01:00
test Test: ensure char[] doesn't being with prefix (#34816) 2018-10-25 08:58:21 -06:00