Uses of Class
org.apache.nutch.indexer.NutchField

Packages that use NutchField
org.apache.nutch.indexer Maintain Lucene full-text indexes. 
 

Uses of NutchField in org.apache.nutch.indexer
 

Methods in org.apache.nutch.indexer that return NutchField
 NutchField NutchDocument.getField(String name)
           
 NutchField NutchDocument.removeField(String name)
           
 

Methods in org.apache.nutch.indexer that return types with arguments of type NutchField
 Iterator<Map.Entry<String,NutchField>> NutchDocument.iterator()
          Iterate over all fields.
 



Copyright © 2006 The Apache Software Foundation