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

Add index, type and id to ExplainResponse #7201

Closed
wants to merge 1 commit into from

Commits on Aug 8, 2014

  1. Java API: add index, type and id to ExplainResponse

    Index, type and id were returned as part of the REST explain api response, but not through java api. That info was read out of the request, relying on the fact that the index would get overridden with the concrete one within that same request.
    javanna committed Aug 8, 2014
    Copy the full SHA
    45269df View commit details
    Browse the repository at this point in the history