OpenSearch/src
Adrien Grand 00d54fabb2 Search: Remove query-cache serialization optimization.
The query-cache has an optimization to not deserialize the bytes at the shard
level. However this is a bit fragile since it assumes that serialized streams
can be concatenanted (which is not the case with shared strings) and also does
not update the QueryResult object that is held by the SearchContext. So you
need to make sure to use the right one.

With this change, the query cache just deserializes bytes into the QueryResult
object from the context.

Close #9500
2015-01-30 20:02:18 +01:00
..
deb Packaging: Add java7/8 java-package paths to debian init script 2014-12-11 16:15:00 +01:00
main Search: Remove query-cache serialization optimization. 2015-01-30 20:02:18 +01:00
rpm Packaging: Check if proc file exists before calling sysctl 2014-12-08 09:56:14 +01:00
test Search: Remove query-cache serialization optimization. 2015-01-30 20:02:18 +01:00