Searched defs:targetDoc (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/search/sampling/
H A DTakmiSampleFixer.java163 * @param targetDoc
167 private static boolean advance(ScoredDocIDsIterator iterator, int targetDoc) { argument
169 if (iterator.getDocID() >= targetDoc) {

Completed in 12 milliseconds