OpenSearch/modules/reindex
Christoph Büscher e15e7f7e6e Remove parser argument from methods where we already pass in a parse context
When we pass down both parser and QueryParseContext to a method, we cannot
make sure that the parser contained in the context and the parser that is
parsed as an argument have the same state. This removes the parser argument
from methods where we currently have both the parser and the parse context
as arguments and instead retrieves the parse from the context inside the
method.
2016-04-14 16:18:05 +02:00
..
src Remove parser argument from methods where we already pass in a parse context 2016-04-14 16:18:05 +02:00
build.gradle Revert "Silence reindex's rest tests" 2016-03-02 09:17:06 -05:00