Hello, I have two questions regarding the Nutch code base. 1- In src/java/org/apache/nutch/Indexer.jva, the most important part is a call to "JobClient.runJob(job);" but I cannot find the definition of runJob. Grepping the code shows that there are many call to this function.
2- Which sorting algorithm is used in src/java/org/apache/nutch/IndexSorter.java? Binary sort, quick sort, ... Regards, Mahmood

