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

Fixes Numeric exact match queries to use range queries internally #11209

Merged
merged 18 commits into from
Jan 4, 2024

Commits on Nov 16, 2023

  1. Updating numeric term and terms queries to use IODVQ

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    90cf276 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Addressing comments

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    69c13f5 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0215078 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Merge branch 'main' into numeric_exact_match

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    03e8282 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Fix changelog

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9b4503e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Addressing more comments + adding tests

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ad366c4 View commit details
    Browse the repository at this point in the history
  2. renaming yaml test

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2e48a4e View commit details
    Browse the repository at this point in the history
  3. Adding skip for bwc

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    670afb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Adding new SortedUnsignedLongDocValuesSetQuery to allow for BitIntege…

    …r Terms query
    
    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3eb4316 View commit details
    Browse the repository at this point in the history
  2. Fixing some tests

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a89340f View commit details
    Browse the repository at this point in the history
  3. Remove duplicate skip

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1dbdfdd View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Remove unused points declaration

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    df900a7 View commit details
    Browse the repository at this point in the history
  2. Change unsigned exact query to be consistent

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2f3d203 View commit details
    Browse the repository at this point in the history
  3. Use slowExactQuery from Unsigned Set Query

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e087885 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Merging different yaml tests into a single test

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    2742756 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Updating test case for main

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b54a539 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into numeric_exact_match

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ebba45f View commit details
    Browse the repository at this point in the history
  3. Fix changelog

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    339a681 View commit details
    Browse the repository at this point in the history