Uses of Class
org.apache.nutch.indexer.NutchField
-
Packages that use NutchField Package Description org.apache.nutch.indexer Index content, configure and run indexing and cleaning jobs to add, update, and delete documents from an index. -
-
Uses of NutchField in org.apache.nutch.indexer
Methods in org.apache.nutch.indexer that return NutchField Modifier and Type Method Description NutchField
NutchField. clone()
NutchField
NutchDocument. getField(String name)
NutchField
NutchDocument. removeField(String name)
Methods in org.apache.nutch.indexer that return types with arguments of type NutchField Modifier and Type Method Description Iterator<Map.Entry<String,NutchField>>
NutchDocument. iterator()
Iterate over all fields.
-