mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-01-05 00:51:55 +01:00
specify what iterator is created
This commit is contained in:
parent
138bb51997
commit
5b19057f96
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user