Uses of Class
org.terrier.applications.BatchIndexing
-
Packages that use BatchIndexing Package Description org.terrier.applications Provides application-level code that use the Terrier platform to perform indexing and retrieval from either standard test collections, interactive querying of a indexed collection. -
-
Uses of BatchIndexing in org.terrier.applications
Subclasses of BatchIndexing in org.terrier.applications Modifier and Type Class Description class
ThreadedBatchIndexing
An implementation of BatchIndexing that uses Java 8 parallel streams to increase indexing speed on multi-core machines.class
TRECIndexing
This class creates the indices for a test collection.class
TRECIndexingSinglePass
-