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 classBasicSinglePassIndexerThis class indexes a document collection (skipping the direct file construction).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.
-