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 SearchExtBuilders to SearchResponse #9379

Merged
merged 11 commits into from
Aug 29, 2023

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    15857c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Keep SearchResponse immutable, add a constructor to take a List of Se…

    …archExtBuilders.
    
    Signed-off-by: Austin Lee <[email protected]>
    austintlee committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    33ceec4 View commit details
    Browse the repository at this point in the history
  2. Fix spotlessJavaCheck findings.

    Signed-off-by: Austin Lee <[email protected]>
    austintlee committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1ccc8cd View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Move SearchExtBuilders into SearchResponseSections, fix indenting in …

    …SearchRequest.
    
    Signed-off-by: Austin Lee <[email protected]>
    austintlee committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a13e3bc View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Updated changelog (mixed minor formatting issues), added version chec…

    …ks on serialization/deserialization, added a Builder for making copies of SearchResponse easier.
    
    Signed-off-by: Austin Lee <[email protected]>
    austintlee committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    adace69 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into searchresponse-ext

    Signed-off-by: Austin Lee <[email protected]>
    austintlee authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a8f0725 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Add GenericSearchExtBuilder as a catch-all for SearchExtBuilders not …

    …registered in xcontent registry.
    
    Signed-off-by: Austin Lee <[email protected]>
    austintlee committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e5b4e46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    021a257 View commit details
    Browse the repository at this point in the history
  3. Address additional review comments.

    Signed-off-by: Austin Lee <[email protected]>
    austintlee committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    43ac8c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Add Javadocs.

    Signed-off-by: Austin Lee <[email protected]>
    austintlee committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    67a5089 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c88507 View commit details
    Browse the repository at this point in the history