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

LUCENE-10385: Implement Weight#count on IndexSortSortedNumericDocValuesRangeQuery #635

Merged
merged 5 commits into from Feb 3, 2022

Commits on Feb 1, 2022

  1. Implement Weight#count on IndexSortSortedNumericDocValuesRangeQuery

    IndexSortSortedNumericDocValuesRangeQuery can implement its count method and coompute count through a binary search, the same binary search that is used to execute the query itself, whenever all the required conditions are met.
    javanna committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    5863ba8 View commit details
    Browse the repository at this point in the history
  2. spotless

    javanna committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    80e9b14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8695b79 View commit details
    Browse the repository at this point in the history
  4. spotless

    javanna committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    0a1c651 View commit details
    Browse the repository at this point in the history
  5. iter

    javanna committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    58c0ca8 View commit details
    Browse the repository at this point in the history