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

Fix match_phrase_prefix_query not working on text field with multiple values and index_prefixes #10959

Merged
merged 25 commits into from
Jul 9, 2024

Commits on Oct 27, 2023

  1. Fix match_phrase_prefix_query not working on text field with multiple…

    … values and index_prefixes
    
    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c9a27b0 View commit details
    Browse the repository at this point in the history
  2. Add more test

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    428c851 View commit details
    Browse the repository at this point in the history
  3. modify change log

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    38aca33 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Fix test failure

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7e9261c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c90dda View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. merge main

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    dd24556 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    2df12f1 View commit details
    Browse the repository at this point in the history
  2. Change the indexAnalyzer used by prefix field

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    84afd89 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Skip old version for yaml test

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6da2749 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a14caf View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    1c3d724 View commit details
    Browse the repository at this point in the history
  2. Optimize some code

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4d4484d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. merge main

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    763099a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Fix test failure

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8874093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    251bd44 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

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

Commits on Apr 15, 2024

  1. merge main

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    476d2e7 View commit details
    Browse the repository at this point in the history
  2. Modify yaml test description

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    349a406 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. merge main

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f510415 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c5bd2f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. merge main

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1567e61 View commit details
    Browse the repository at this point in the history
  2. Remove the name parameter for setAnalyzer()

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c704c97 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. merge main

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1240bc4 View commit details
    Browse the repository at this point in the history