I wrote a plugin implementing IndexWriter

It compiles and creates the jar as requested.

However, Nutch does not succeed to find my IndexWriter in its constructor:

        this.indexWriters = (IndexWriter[]) objectCache
                    .getObject(IndexWriter.class.getName());

After this call the indexWriters field is null...





Where should I define that ?

Best regards
Benjamin

Reply via email to