public class UnorderedWindowOp extends ANDQueryOp
| Modifier and Type | Field and Description |
|---|---|
static String |
STRING_PREFIX |
loggerIGNORE_LOW_IDF_TERMS| Constructor and Description |
|---|
UnorderedWindowOp(Operator[] ts,
int dist) |
UnorderedWindowOp(String[] ts,
int dist) |
| Modifier and Type | Method and Description |
|---|---|
protected IterablePosting |
createFinalPostingIterator(List<IterablePosting> postings,
List<EntryStatistics> pointers) |
int |
getDistance() |
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 UnorderedWindowOp(Operator[] ts, int dist)
public UnorderedWindowOp(String[] ts, int dist)
public int getDistance()
protected EntryStatistics mergeStatistics(EntryStatistics[] entryStats, CollectionStatistics collStats)
ANDQueryOpmergeStatistics in class ANDQueryOppublic String toString()
toString in class ANDQueryOpprotected IterablePosting createFinalPostingIterator(List<IterablePosting> postings, List<EntryStatistics> pointers) throws IOException
createFinalPostingIterator in class ANDQueryOpIOExceptionTerrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow