specify what iterator is created

This commit is contained in:
SecretAgent 2023-04-06 10:26:22 -07:00 committed by GitHub
parent 138bb51997
commit 5b19057f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ public class CSFFacetCountIterator extends FacetCountIterator {
private final NumericDocValues numericDocValues; private final NumericDocValues numericDocValues;
/** /**
* Creates a new iterator for the given facet csf field. * Creates a new csf facet iterator for the given facet csf field.
*/ */
public CSFFacetCountIterator( public CSFFacetCountIterator(
EarlybirdIndexSegmentAtomicReader reader, EarlybirdIndexSegmentAtomicReader reader,