OpenSearch/buildSrc
Simon Willnauer ed2865863c Remove LateParsingQuery to prevent timestamp access after context is frozen (#21328)
Today we still have a leftover from older percolators where lucene
query instances where created ahead of time and rewritten later.
This `LateParsingQuery` was resolving `now()` when it's really used which we
don't need anymore. As a side-effect this failed to execute some highlighting
queries when they get rewritten since at that point `now` access it not permitted
anymore to prevent bugs when queries get cached.

Closes #21295
2016-11-04 13:53:03 +01:00
..
src Remove LateParsingQuery to prevent timestamp access after context is frozen (#21328) 2016-11-04 13:53:03 +01:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00
version.properties Upgrade to lucene-6.3.0-snapshot-a66a445. (#21309) 2016-11-04 10:34:04 +01:00