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 classBlockSinglePassIndexerIndexes a document collection saving block information for the indexed terms.classExtensibleSinglePassIndexerDirectly based on BasicSinglePassIndexer, with just a few modifications to enable some extra hooks.classNoDuplicatesSinglePassIndexingSingle pass indexer that performs document deduplication based upon the the docno.
-