public interface SampleFixer
| Modifier and Type | Method and Description |
|---|---|
void |
fixResult(ScoredDocIDs origDocIds,
FacetResult fres)
Alter the input result, fixing it to account for the sampling.
|
void fixResult(ScoredDocIDs origDocIds, FacetResult fres) throws IOException
origDocIds - full set of matching documents.fres - sample result to be fixed.IOException