|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.nutch.tools.WebDBAdminTool
The WebDBAdminTool is for Nutch administrators who need special access to the webdb. It allows for finer editing of the stored values.
| Field Summary | |
static Logger |
LOG
|
| Constructor Summary | |
WebDBAdminTool(IWebDBReader reader)
|
|
| Method Summary | |
void |
emitTopK(int k)
Emit the top K-rated Pages. |
static void |
main(String[] argv)
This tool performs a number of generic db management tasks. |
void |
scoreDump()
Emit each page's score and link data |
void |
textDump(String dumpName)
Emit the webdb to 2 text files. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Logger LOG
| Constructor Detail |
public WebDBAdminTool(IWebDBReader reader)
| Method Detail |
public void textDump(String dumpName)
throws IOException
IOException
public void emitTopK(int k)
throws IOException
IOException
public void scoreDump()
throws IOException
IOException
public static void main(String[] argv)
throws FileNotFoundException,
IOException
FileNotFoundException
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||