Uses of Package
org.terrier.indexing
-
Packages that use org.terrier.indexing 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.org.terrier.indexing Provides classes and interfaces related to the indexing of documents.org.terrier.realtime Provides index structures that support updating and real-time retrieval.org.terrier.realtime.incremental Provides incremental indexing functionality.org.terrier.realtime.memory Provides MemoryIndex structures.org.terrier.realtime.memory.fields Provides MemoryIndex structures that support field search.org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform.org.terrier.structures.indexing.classical Provides functionality for creating on-disk indices via indexer classes.org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexing -
Classes in org.terrier.indexing used by org.terrier.applications Class Description Collection This interface encapsulates the most fundamental concept to indexing with Terrier - a Collection. -
Classes in org.terrier.indexing used by org.terrier.indexing Class Description Collection This interface encapsulates the most fundamental concept to indexing with Terrier - a Collection.Document This interface encapsulates the concept of a document during indexing.FileDocument Models a document which corresponds to one file.MultiDocumentFileCollection POIDocument Represents Microsoft Office documents, which are parsed by the Apache POI librarySimpleXMLCollection Initial implementation of a class that generates a Collection with Documents from a series of XML files.Tokenizer The specification of the interface implemented by tokeniser classes.TRECCollection Models a TREC test collection by implementing the interfaces Collection and DocumentExtractor.WARC018Collection This object is used to parse WARC format web crawls, 0.18. -
Classes in org.terrier.indexing used by org.terrier.realtime Class Description Document This interface encapsulates the concept of a document during indexing. -
Classes in org.terrier.indexing used by org.terrier.realtime.incremental Class Description Document This interface encapsulates the concept of a document during indexing. -
Classes in org.terrier.indexing used by org.terrier.realtime.memory Class Description Document This interface encapsulates the concept of a document during indexing. -
Classes in org.terrier.indexing used by org.terrier.realtime.memory.fields Class Description Document This interface encapsulates the concept of a document during indexing. -
Classes in org.terrier.indexing used by org.terrier.structures.indexing Class Description Collection This interface encapsulates the most fundamental concept to indexing with Terrier - a Collection. -
Classes in org.terrier.indexing used by org.terrier.structures.indexing.classical Class Description Collection This interface encapsulates the most fundamental concept to indexing with Terrier - a Collection. -
Classes in org.terrier.indexing used by org.terrier.structures.indexing.singlepass Class Description Collection This interface encapsulates the most fundamental concept to indexing with Terrier - a Collection.Document This interface encapsulates the concept of a document during indexing.