You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KnnIndexer: update index count to not appear as if it has indexed more than more docs than it has (#132577)
Currently each index thread updates the number of docs indexed before checking the configured number of docs to index, but can lead to an impression that more docs have been indexed than requested. The solution is to only update when there is head room.
0 commit comments