Skip to content

Track the number of docs left to decode instead of the number of docs decoded.#14045

Merged
jpountz merged 1 commit intoapache:mainfrom
jpountz:track_doc_count_left
Dec 6, 2024
Merged

Track the number of docs left to decode instead of the number of docs decoded.#14045
jpountz merged 1 commit intoapache:mainfrom
jpountz:track_doc_count_left

Conversation

@jpountz
Copy link
Copy Markdown
Contributor

@jpountz jpountz commented Dec 5, 2024

docCountUpto tracks the number of documents decoded so far, but it's only used to compute the number of docs left to decode. So let's track the number of docs left to decode instead.

… decoded.

`docCountUpto` tracks the number of documents decoded so far, but it's only
used to compute the number of docs left to decode. So let's track the number of
docs left to decode instead.
@jpountz jpountz added this to the 10.1.0 milestone Dec 5, 2024
@jpountz jpountz merged commit ef2e254 into apache:main Dec 6, 2024
@jpountz jpountz deleted the track_doc_count_left branch December 6, 2024 09:42
jpountz added a commit that referenced this pull request Dec 6, 2024
… decoded. (#14045)

`docCountUpto` tracks the number of documents decoded so far, but it's only
used to compute the number of docs left to decode. So let's track the number of
docs left to decode instead.
benchaplin pushed a commit to benchaplin/lucene that referenced this pull request Dec 31, 2024
… decoded. (apache#14045)

`docCountUpto` tracks the number of documents decoded so far, but it's only
used to compute the number of docs left to decode. So let's track the number of
docs left to decode instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant