public class ANDQueryOp extends MultiTermOp
Modifier and Type | Field and Description |
---|---|
static String |
STRING_PREFIX |
logger
IGNORE_LOW_IDF_TERMS
Constructor and Description |
---|
ANDQueryOp(Operator[] ts) |
ANDQueryOp(String[] ts) |
Modifier and Type | Method and Description |
---|---|
protected IterablePosting |
createFinalPostingIterator(List<IterablePosting> postings,
List<EntryStatistics> pointers) |
protected EntryStatistics |
mergeStatistics(EntryStatistics[] entryStats,
CollectionStatistics collStats)
Adjust the statistics for this operator:
1.
|
String |
toString() |
addStatistics, clone, getConstituents, getMatcher, getPostingIterator
public static final String STRING_PREFIX
public ANDQueryOp(String[] ts)
public ANDQueryOp(Operator[] ts)
protected IterablePosting createFinalPostingIterator(List<IterablePosting> postings, List<EntryStatistics> pointers) throws IOException
createFinalPostingIterator
in class MultiTermOp
IOException
protected EntryStatistics mergeStatistics(EntryStatistics[] entryStats, CollectionStatistics collStats)
mergeStatistics
in class MultiTermOp
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow