Uses of Class
org.terrier.structures.indexing.classical.BasicIndexer
-
Packages that use BasicIndexer Package Description org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexing -
-
Uses of BasicIndexer in org.terrier.structures.indexing.singlepass
Subclasses of BasicIndexer in org.terrier.structures.indexing.singlepass Modifier and Type Class Description class
BasicSinglePassIndexer
This class indexes a document collection (skipping the direct file construction).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.class
NoDuplicatesSinglePassIndexing
Single pass indexer that performs document deduplication based upon the the docno.
-