Hi Alexis, I think that your problem is not so much in index (or merging indexes) but in segments, because if you look at the exception you will see root cause:
java.lang.RuntimeException: java.lang.NullPointerException org.apache.nutch.searcher.FetchedSegments.getSummary(FetchedSegments.java:204) I guess you have segments from old crawl in one place (dir) and segments from re-crawl in other. All segments should be in same place (I think so) because web application says (from starting web app log): 2007-09-09 20:30:59,461 INFO searcher.NutchBean - opening segments in /home/nutch/test/trunk/crawl/segments Tomislav On Thu, 2007-09-20 at 17:03 +0530, Alexis Votta wrote: > s showing error. > type Exception report
