Package | Description |
---|---|
org.terrier.structures.indexing.singlepass |
Provides implementation of the structures needed for performing a single
pass indexing
|
Modifier and Type | Class and Description |
---|---|
class |
FileRunIterator<K extends PostingInRun>
Reads runs of flushed term posting lists by reading them from files.
|
Modifier and Type | Field and Description |
---|---|
protected RunIterator |
RunsMerger.myRun
RunReader reference for merging
|
Modifier and Type | Field and Description |
---|---|
protected Queue<RunIterator> |
RunsMerger.queue
Heap for the postings coming from different runs.
|
Modifier and Type | Method and Description |
---|---|
abstract RunIterator |
RunIteratorFactory.createRunIterator(int runNumber)
Open the RunIterator for the specified run number
|
RunIterator |
FileRunIteratorFactory.createRunIterator(int runNumber)
Return a RunIterator for the specified runNumber
|
Modifier and Type | Method and Description |
---|---|
int |
RunsMerger.PostingComparator.compare(RunIterator a,
RunIterator b) |
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow