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

Adding multi_term aggregator support #2687

Merged
merged 9 commits into from
Apr 21, 2022

Commits on Apr 18, 2022

  1. Adding multi_term aggregator support

    Signed-off-by: Peng Huo <penghuo@gmail.com>
    penghuo committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    9ff45fd View commit details
    Browse the repository at this point in the history
  2. fix test failure

    Signed-off-by: Peng Huo <penghuo@gmail.com>
    penghuo committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    71c9a92 View commit details
    Browse the repository at this point in the history
  3. fix TermsDocCountErrorIT

    Signed-off-by: Peng Huo <penghuo@gmail.com>
    penghuo committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    1218b5e View commit details
    Browse the repository at this point in the history
  4. add abstract BaseStringTermsTestCase

    Signed-off-by: Peng Huo <penghuo@gmail.com>
    penghuo committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    706b952 View commit details
    Browse the repository at this point in the history
  5. add abstract BaseMultiValuesSourceFieldConfig

    Signed-off-by: Peng Huo <penghuo@gmail.com>
    penghuo committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    5b5e8f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. update to version 3.0.0

    Signed-off-by: Peng Huo <penghuo@gmail.com>
    penghuo committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    a35ef76 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. address comments

    Signed-off-by: Peng Huo <penghuo@gmail.com>
    penghuo committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    8003493 View commit details
    Browse the repository at this point in the history
  2. Add Java Doc to explain usage and performance limitation

    Signed-off-by: Peng Huo <penghuo@gmail.com>
    penghuo committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    d9bfe98 View commit details
    Browse the repository at this point in the history
  3. fix failure UT

    Signed-off-by: Peng Huo <penghuo@gmail.com>
    penghuo committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ba8bfec View commit details
    Browse the repository at this point in the history