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

Factor out sort values from InternalSearchHit #22080

Merged
merged 6 commits into from
Dec 21, 2016

Commits on Dec 19, 2016

  1. Factor out sort values from InternalSearchHit

    This adds fromXContent method and unit test for sort values that are part of
    InternalSearchHit. In order to centralize serialisation and xContent parsing and
    rendering code, move all relevant parts to a new class which can be unit tested
    much better in isolation.This is part of the preparation for parsing search
    responses on the client side.
    cbuescher committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    9939049 View commit details
    Browse the repository at this point in the history
  2. review comments

    cbuescher committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    a7ae785 View commit details
    Browse the repository at this point in the history
  3. Addressing review comment

    cbuescher committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    2c8f26c View commit details
    Browse the repository at this point in the history
  4. Using common helper methods

    cbuescher committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    6e9a583 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Configuration menu
    Copy the full SHA
    5ac0054 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b0d3f1 View commit details
    Browse the repository at this point in the history