Uses of Class
org.apache.nutch.storage.WebPage.Field

Packages that use WebPage.Field
org.apache.nutch.analysis.lang Text document language identifier. 
org.apache.nutch.crawl Crawl control code. 
org.apache.nutch.fetcher The Nutch robot. 
org.apache.nutch.indexer Maintain Lucene full-text indexes. 
org.apache.nutch.indexer.anchor An indexing plugin for inbound anchor text. 
org.apache.nutch.indexer.basic A basic indexing plugin. 
org.apache.nutch.indexer.more A more indexing plugin. 
org.apache.nutch.indexer.subcollection   
org.apache.nutch.indexer.tld Top Level Domain Indexing plugin. 
org.apache.nutch.microformats.reltag A microformats Rel-Tag Parser/Indexer/Querier plugin. 
org.apache.nutch.parse   
org.apache.nutch.parse.html An HTML document parsing plugin. 
org.apache.nutch.parse.js   
org.apache.nutch.parse.tika   
org.apache.nutch.plugin The Nutch Plugin System. 
org.apache.nutch.protocol   
org.apache.nutch.protocol.file Protocol plugin which supports retrieving local file resources. 
org.apache.nutch.protocol.ftp Protocol plugin which supports retrieving documents via the ftp protocol. 
org.apache.nutch.protocol.http Protocol plugin which supports retrieving documents via the http protocol. 
org.apache.nutch.protocol.httpclient Protocol plugin which supports retrieving documents via the HTTP and HTTPS protocols, optionally with Basic, Digest and NTLM authentication schemes for web server as well as proxy server. 
org.apache.nutch.protocol.sftp Protocol plugin which supports retrieving documents via the sftp protocol. 
org.apache.nutch.scoring   
org.apache.nutch.scoring.link   
org.apache.nutch.scoring.opic   
org.apache.nutch.scoring.tld Top Level Domain Scoring plugin. 
org.apache.nutch.storage   
org.creativecommons.nutch Sample plugins that parse and index Creative Commons medadata. 
 

Uses of WebPage.Field in org.apache.nutch.analysis.lang
 

Methods in org.apache.nutch.analysis.lang that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> HTMLLanguageParser.getFields()
           
 Collection<WebPage.Field> LanguageIndexingFilter.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.crawl
 

Methods in org.apache.nutch.crawl that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> MD5Signature.getFields()
           
 Collection<WebPage.Field> TextProfileSignature.getFields()
           
 Set<WebPage.Field> AbstractFetchSchedule.getFields()
           
 Collection<WebPage.Field> FetchSchedule.getFields()
           
abstract  Collection<WebPage.Field> Signature.getFields()
           
static Collection<WebPage.Field> SignatureFactory.getFields(Configuration conf)
           
 

Uses of WebPage.Field in org.apache.nutch.fetcher
 

Methods in org.apache.nutch.fetcher that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> FetcherJob.getFields(Job job)
           
 

Uses of WebPage.Field in org.apache.nutch.indexer
 

Methods in org.apache.nutch.indexer that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> IndexingFilters.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.indexer.anchor
 

Methods in org.apache.nutch.indexer.anchor that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> AnchorIndexingFilter.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.indexer.basic
 

Methods in org.apache.nutch.indexer.basic that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> BasicIndexingFilter.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.indexer.more
 

Methods in org.apache.nutch.indexer.more that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> MoreIndexingFilter.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.indexer.subcollection
 

Methods in org.apache.nutch.indexer.subcollection that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> SubcollectionIndexingFilter.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.indexer.tld
 

Methods in org.apache.nutch.indexer.tld that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> TLDIndexingFilter.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.microformats.reltag
 

Methods in org.apache.nutch.microformats.reltag that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> RelTagParser.getFields()
           
 Collection<WebPage.Field> RelTagIndexingFilter.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.parse
 

Methods in org.apache.nutch.parse that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> ParseFilters.getFields()
           
 Collection<WebPage.Field> ParserFactory.getFields()
           
 Collection<WebPage.Field> ParserJob.getFields(Job job)
           
 

Uses of WebPage.Field in org.apache.nutch.parse.html
 

Methods in org.apache.nutch.parse.html that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> HtmlParser.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.parse.js
 

Methods in org.apache.nutch.parse.js that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> JSParseFilter.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.parse.tika
 

Methods in org.apache.nutch.parse.tika that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> TikaParser.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.plugin
 

Methods in org.apache.nutch.plugin that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> FieldPluggable.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.protocol
 

Methods in org.apache.nutch.protocol that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> ProtocolFactory.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.protocol.file
 

Methods in org.apache.nutch.protocol.file that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> File.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.protocol.ftp
 

Methods in org.apache.nutch.protocol.ftp that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> Ftp.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.protocol.http
 

Methods in org.apache.nutch.protocol.http that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> Http.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.protocol.httpclient
 

Methods in org.apache.nutch.protocol.httpclient that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> Http.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.protocol.sftp
 

Methods in org.apache.nutch.protocol.sftp that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> Sftp.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.scoring
 

Methods in org.apache.nutch.scoring that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> ScoringFilters.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.scoring.link
 

Methods in org.apache.nutch.scoring.link that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> LinkAnalysisScoringFilter.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.scoring.opic
 

Methods in org.apache.nutch.scoring.opic that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> OPICScoringFilter.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.scoring.tld
 

Methods in org.apache.nutch.scoring.tld that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> TLDScoringFilter.getFields()
           
 

Uses of WebPage.Field in org.apache.nutch.storage
 

Methods in org.apache.nutch.storage that return WebPage.Field
static WebPage.Field WebPage.Field.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WebPage.Field[] WebPage.Field.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in org.apache.nutch.storage with type arguments of type WebPage.Field
static
<K,V> void
StorageUtils.initMapperJob(Job job, Collection<WebPage.Field> fields, Class<K> outKeyClass, Class<V> outValueClass, Class<? extends org.apache.gora.mapreduce.GoraMapper<String,WebPage,K,V>> mapperClass)
           
static
<K,V> void
StorageUtils.initMapperJob(Job job, Collection<WebPage.Field> fields, Class<K> outKeyClass, Class<V> outValueClass, Class<? extends org.apache.gora.mapreduce.GoraMapper<String,WebPage,K,V>> mapperClass, boolean reuseObjects)
           
static
<K,V> void
StorageUtils.initMapperJob(Job job, Collection<WebPage.Field> fields, Class<K> outKeyClass, Class<V> outValueClass, Class<? extends org.apache.gora.mapreduce.GoraMapper<String,WebPage,K,V>> mapperClass, Class<? extends Partitioner<K,V>> partitionerClass)
           
static
<K,V> void
StorageUtils.initMapperJob(Job job, Collection<WebPage.Field> fields, Class<K> outKeyClass, Class<V> outValueClass, Class<? extends org.apache.gora.mapreduce.GoraMapper<String,WebPage,K,V>> mapperClass, Class<? extends Partitioner<K,V>> partitionerClass, boolean reuseObjects)
           
static String[] StorageUtils.toStringArray(Collection<WebPage.Field> fields)
           
 

Uses of WebPage.Field in org.creativecommons.nutch
 

Methods in org.creativecommons.nutch that return types with arguments of type WebPage.Field
 Collection<WebPage.Field> CCIndexingFilter.getFields()
           
 Collection<WebPage.Field> CCParseFilter.getFields()
           
 



Copyright © 2012 The Apache Software Foundation