lucene icon indicating copy to clipboard operation
lucene copied to clipboard

GITHUB#13175: Stop double-checking priority queue inserts in some FacetCount classes

Open slow-J opened this issue 8 months ago • 1 comments

Removing 2 cases of bottomX optimizations where insertWithOverflow already handles the check.

Closes #13175

The diff looks funny because of unnesting, but, per file, I am just removing bottomOrd and bottomCount and removing an if statement.

slow-J avatar Jun 14 '24 12:06 slow-J