Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove QueryParseContext #25486

Merged
merged 2 commits into from
Jul 3, 2017

Commits on Jul 3, 2017

  1. Remove QueryParseContext

    QueryParseContext is currently only used as a wrapper for an XContentParser, so
    this change removes it entirely and changes the appropriate APIs that use it so
    far to only accept a parser instead.
    cbuescher committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    d1f7a44 View commit details
    Browse the repository at this point in the history
  2. Rename parser

    cbuescher committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    9548523 View commit details
    Browse the repository at this point in the history