Remove TODO for LUCENE-9952 since that issue was fixed

This commit is contained in:
Greg Miller 2022-02-24 12:03:55 -08:00
parent d952b3a581
commit 81ab1d6ab6
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@ public final class FacetResult {
* topN. If a document contains multiple values for the same path, it will only be counted once in
* this value.
*/
// TODO: This may not hold true for SSDV faceting, where docs can be counted more than
// once. We should fix this. See LUCENE-9952
public final Number value;
/** How many child labels were encountered. */