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

REST high-level client: add validate query API #31077

Merged
merged 11 commits into from
Jun 18, 2018

Commits on Jun 7, 2018

  1. added validate query API

    Relates to elastic#27205
    sohaibiftikhar committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    6a6b61f View commit details
    Browse the repository at this point in the history
  2. Fixes for review

    -- Removed equals and hashCode from ValidateQueryResponse
    -- Extended AbstractBroadcastResponseTestCase instead of AbstractStreamableXContentTestCase
    -- Fixed asciidoc
    -- Added test for RequestConverters::validateQuery
    -- Added indicesOptions
    sohaibiftikhar committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    aad5341 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bcc283 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53b0747 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Fixes for review

    -- added javadoc
    -- added documentation for setting query to request
    -- changed to Object.equals for QueryExplanation::equals
    -- extended ToXContentObject instead of ToXContentFragment for request
    sohaibiftikhar committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    2d8f6b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    ed05533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c9cb3c View commit details
    Browse the repository at this point in the history
  3. Fixed formatting

    sohaibiftikhar committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    e4da255 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    1677ed6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00e7169 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5095db View commit details
    Browse the repository at this point in the history