org.apache.nutch.indexer
Class IndexSorter
java.lang.Object
org.apache.nutch.indexer.IndexSorter
- public class IndexSorter
- extends Object
Sort a Nutch index by page score. Higher scoring documents are assigned
smaller document numbers.
Method Summary |
static void |
main(String[] args)
|
void |
sort(int termIndexInterval)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexSorter
public IndexSorter(File directory)
sort
public void sort(int termIndexInterval)
throws IOException
- Throws:
IOException
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2006 The Apache Software Foundation