public class ANDQueryOp extends MultiTermOp
| Modifier and Type | Field and Description |
|---|---|
static String |
STRING_PREFIX |
loggerIGNORE_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, getPostingIteratorpublic 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 MultiTermOpIOExceptionprotected EntryStatistics mergeStatistics(EntryStatistics[] entryStats, CollectionStatistics collStats)
mergeStatistics in class MultiTermOpTerrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow