Uses of Class
org.terrier.structures.indexing.singlepass.BasicSinglePassIndexer
-
Packages that use BasicSinglePassIndexer Package Description org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexing -
-
Uses of BasicSinglePassIndexer in org.terrier.structures.indexing.singlepass
Subclasses of BasicSinglePassIndexer in org.terrier.structures.indexing.singlepass Modifier and Type Class Description 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.
-