Uses of Package
org.terrier.indexing
Package | Description |
---|---|
org.terrier.indexing |
Provides classes and interfaces related to the indexing of documents.
|
-
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.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.