Cutezjz / galagosearch

Automatically exported from code.google.com/p/galagosearch
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

make-corpus throws an Exception #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Crawl a series of pages with wget
2. Type: bin/galago make-corpus my.corpus crawl-directory
3. Throws an exception with this as the root cause:

Caused by: java.lang.NullPointerException
    at org.galagosearch.core.index.IndexWriter.<init>(IndexWriter.java:59)
    at
org.galagosearch.core.parse.DocumentIndexWriter.<init>(DocumentIndexWriter.java:
37)
    ... 11 more

Original issue reported on code.google.com by trevor.s...@gmail.com on 10 May 2009 at 9:24

GoogleCodeExporter commented 8 years ago

Original comment by trevor.s...@gmail.com on 10 May 2009 at 9:47