org.apache.nutch.indexer
Class IndexSorter

java.lang.Object
  extended byorg.apache.nutch.indexer.IndexSorter

public class IndexSorter
extends Object

Sort a Nutch index by page score. Higher scoring documents are assigned smaller document numbers.


Constructor Summary
IndexSorter(File directory)
           
 
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
 

Constructor Detail

IndexSorter

public IndexSorter(File directory)
Method Detail

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