Uses of Class
edu.umd.cloud9.collection.IndexableFileInputFormat

Packages that use IndexableFileInputFormat
edu.umd.cloud9.collection.aquaint2 Provides classes for working with the AQUAINT-2 collection. 
edu.umd.cloud9.collection.medline Provides classes for working with MEDLINE citations in XML format (particularly, for the TREC 2004-5 genomics tracks). 
edu.umd.cloud9.collection.pmc Provides classes for working with full-text articles from PubMed Central. 
edu.umd.cloud9.collection.spinn3r Provides classes for working with the Spinn3r blog collection gathered for ICWSM 2009. 
edu.umd.cloud9.collection.trec Provides classes for working with the TREC collection (particularly disks 4 and 5). 
edu.umd.cloud9.collection.trecweb Provides classes for working with the GOV2 collection. 
edu.umd.cloud9.collection.wikipedia Provides classes for working with Wikipedia XML dumps. 
 

Uses of IndexableFileInputFormat in edu.umd.cloud9.collection.aquaint2
 

Subclasses of IndexableFileInputFormat in edu.umd.cloud9.collection.aquaint2
 class Aquaint2DocumentInputFormat
           
 

Uses of IndexableFileInputFormat in edu.umd.cloud9.collection.medline
 

Subclasses of IndexableFileInputFormat in edu.umd.cloud9.collection.medline
 class MedlineCitationInputFormat
          Hadoop InputFormat for processing the MEDLINE citations in XML format.
 

Uses of IndexableFileInputFormat in edu.umd.cloud9.collection.pmc
 

Subclasses of IndexableFileInputFormat in edu.umd.cloud9.collection.pmc
 class PmcArticleInputFormat
           
 

Uses of IndexableFileInputFormat in edu.umd.cloud9.collection.spinn3r
 

Subclasses of IndexableFileInputFormat in edu.umd.cloud9.collection.spinn3r
 class Spinn3rItemInputFormat
           
 

Uses of IndexableFileInputFormat in edu.umd.cloud9.collection.trec
 

Subclasses of IndexableFileInputFormat in edu.umd.cloud9.collection.trec
 class TrecDocumentInputFormat
          Hadoop InputFormat for processing the TREC collection.
 

Uses of IndexableFileInputFormat in edu.umd.cloud9.collection.trecweb
 

Subclasses of IndexableFileInputFormat in edu.umd.cloud9.collection.trecweb
 class TrecWebDocumentInputFormat
          Hadoop InputFormat for processing the TREC collection.
 

Uses of IndexableFileInputFormat in edu.umd.cloud9.collection.wikipedia
 

Subclasses of IndexableFileInputFormat in edu.umd.cloud9.collection.wikipedia
 class WikipediaPageInputFormat
          Hadoop InputFormat for processing Wikipedia pages from the XML dumps.