OpenSearch/modules/percolator
Martijn van Groningen 7c3735bdc4
percolator: Store the QueryBuilder's Writable representation instead of its XContent representation.
The Writeble representation is less heavy to parse and that will benefit percolate performance and throughput.

The query builder's binary format has now the same bwc guarentees as the xcontent format.

Added a qa test that verifies that percolator queries written in older versions are still readable by the current version.
2017-07-28 12:24:10 +02:00
..
src percolator: Store the QueryBuilder's Writable representation instead of its XContent representation. 2017-07-28 12:24:10 +02:00
build.gradle Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00