Uses of Interface
net.nutch.tools.PruneIndexTool.PruneChecker

Packages that use PruneIndexTool.PruneChecker
net.nutch.tools   
 

Uses of PruneIndexTool.PruneChecker in net.nutch.tools
 

Classes in net.nutch.tools that implement PruneIndexTool.PruneChecker
static class PruneIndexTool.PrintFieldsChecker
          This checker's main function is just to print out selected field values from each document, just before they are deleted.
static class PruneIndexTool.StoreUrlsChecker
          This checker's main function is just to store the URLs of each document to be deleted in a text file.
 

Constructors in net.nutch.tools with parameters of type PruneIndexTool.PruneChecker
PruneIndexTool(File[] indexDirs, Query[] queries, PruneIndexTool.PruneChecker[] checkers, boolean unlock, boolean dryrun)
          Create an instance of the tool, and open all input indexes.
 



Copyright © 2005 The Nutch Organization.