|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RunIteratorFactory | |
---|---|
org.terrier.structures.indexing.singlepass | Provides implementation of the structures needed for performing a single pass indexing |
org.terrier.structures.indexing.singlepass.hadoop | Provides classes implemeting the Hadoop MapReduce indexing in Terrier. |
Uses of RunIteratorFactory in org.terrier.structures.indexing.singlepass |
---|
Subclasses of RunIteratorFactory in org.terrier.structures.indexing.singlepass | |
---|---|
class |
FileRunIteratorFactory
Creates FileRunIterators, using the specificed filenames as the run data files, and the specified class as the type of the postings in the run files |
Fields in org.terrier.structures.indexing.singlepass declared as RunIteratorFactory | |
---|---|
protected RunIteratorFactory |
RunsMerger.runsSource
|
Constructors in org.terrier.structures.indexing.singlepass with parameters of type RunIteratorFactory | |
---|---|
RunsMerger(RunIteratorFactory _runsSource)
constructor |
Uses of RunIteratorFactory in org.terrier.structures.indexing.singlepass.hadoop |
---|
Subclasses of RunIteratorFactory in org.terrier.structures.indexing.singlepass.hadoop | |
---|---|
class |
HadoopRunIteratorFactory
Creates a new Iterator over runs which can be used within the Hadoop framework. |
Constructors in org.terrier.structures.indexing.singlepass.hadoop with parameters of type RunIteratorFactory | |
---|---|
HadoopRunsMerger(RunIteratorFactory _runsSource)
Constructs an instance of HadoopRunsMerger. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |