Class ImpactsDISI

java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.search.ImpactsDISI

public final class ImpactsDISI extends DocIdSetIterator
DocIdSetIterator that skips non-competitive docs thanks to the indexed impacts. Call setMinCompetitiveScore(float) in order to give this iterator the ability to skip low-scoring documents.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.