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 support for str fast field range query #2453

Merged
merged 4 commits into from
Jul 17, 2024
Merged

Commits on Jul 16, 2024

  1. add support for str fast field range query

    Add support for range queries on fast fields, by converting term bounds to
    term ordinals bounds.
    
    closes #2023
    PSeitz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8b58b67 View commit details
    Browse the repository at this point in the history
  2. extend tests, rename

    PSeitz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    913f576 View commit details
    Browse the repository at this point in the history
  3. update comment

    PSeitz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    caac67d View commit details
    Browse the repository at this point in the history
  4. update comment

    PSeitz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3d14dfa View commit details
    Browse the repository at this point in the history