public class PhraseOp extends ANDQueryOp
Modifier and Type | Field and Description |
---|---|
static String |
STRING_PREFIX |
logger
IGNORE_LOW_IDF_TERMS
Constructor and Description |
---|
PhraseOp(Operator[] ts) |
PhraseOp(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 String toString()
toString
in class ANDQueryOp
protected EntryStatistics mergeStatistics(EntryStatistics[] entryStats, CollectionStatistics collStats)
ANDQueryOp
mergeStatistics
in class ANDQueryOp
protected IterablePosting createFinalPostingIterator(List<IterablePosting> postings, List<EntryStatistics> pointers) throws IOException
createFinalPostingIterator
in class ANDQueryOp
IOException
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow