|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Indexer | |
---|---|
org.terrier.indexing | Provides classes and interfaces related to the indexing of documents. |
org.terrier.indexing.hadoop | Provides classes for Terrier's MapReduce indexer. |
Uses of Indexer in org.terrier.indexing |
---|
Subclasses of Indexer in org.terrier.indexing | |
---|---|
class |
BasicIndexer
BasicIndexer is the default indexer for Terrier. |
class |
BasicSinglePassIndexer
This class indexes a document collection (skipping the direct file construction). |
class |
BlockIndexer
An indexer that saves block information for the indexed terms. |
class |
BlockSinglePassIndexer
Indexes a document collection saving block information for the indexed terms. |
class |
ExtensibleSinglePassIndexer
Directly based on BasicSinglePassIndexer, with just a few modifications to enable some extra hooks. |
Uses of Indexer in org.terrier.indexing.hadoop |
---|
Subclasses of Indexer in org.terrier.indexing.hadoop | |
---|---|
class |
Hadoop_BasicSinglePassIndexer
Single Pass MapReduce indexer. |
class |
Hadoop_BlockSinglePassIndexer
A MapReduce single-pass indexer that records term positions (blocks). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |