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 Api Compatibility] CommonTermsQuery and cutoff_frequency param #75896

Merged
merged 14 commits into from
Aug 5, 2021

Commits on Jul 27, 2021

  1. [Rest Api Compatibility] Make query registration easier

    Refactoring to NamedXContentRegistry to make it easier to register new
    query builders. It removes the concept of separate compatibel
    namedXContentRegistry and adds a second dimension - restApiVersion - to
    registry in NamedXContentRegistry.
    This makes the design similar to the solution in ObjectParser where the
    field parser lookup map also needs has a restApiVersion
    
    relates elastic#51816
    pgomulka committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    e246e41 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into compat/named_xcon…

    …tent_registry_for_queries
    pgomulka committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    0d66879 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    deaee55 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into compat/named_xcon…

    …tent_registry_for_queries
    pgomulka committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    5341297 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. draft common term query

    pgomulka committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    8b6452b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. tests

    pgomulka committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    512de4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ab0b16 View commit details
    Browse the repository at this point in the history
  3. fix tests and messages

    pgomulka committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    4f794c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    6aeaef4 View commit details
    Browse the repository at this point in the history
  2. import

    pgomulka committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    041fa99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb0d659 View commit details
    Browse the repository at this point in the history
  4. rename

    pgomulka committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    ad4be3f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    33da26d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d4b5b4 View commit details
    Browse the repository at this point in the history