Uses of Class
org.apache.accumulo.examples.wikisearch.ingest.ArticleExtractor.Article

Packages that use ArticleExtractor.Article
org.apache.accumulo.examples.wikisearch.ingest   
 

Uses of ArticleExtractor.Article in org.apache.accumulo.examples.wikisearch.ingest
 

Methods in org.apache.accumulo.examples.wikisearch.ingest that return ArticleExtractor.Article
 ArticleExtractor.Article ArticleExtractor.extract(Reader reader)
           
 

Methods in org.apache.accumulo.examples.wikisearch.ingest with parameters of type ArticleExtractor.Article
static int WikipediaMapper.getPartitionId(ArticleExtractor.Article article, int numPartitions)
          We will partition the documents based on the document id
protected  void WikipediaPartitionedMapper.map(org.apache.hadoop.io.Text language, ArticleExtractor.Article article, org.apache.hadoop.mapreduce.Mapper.Context context)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.