don't pass in the directory name since it's in ram, there is no disk
locaton. it should look like this:

Lucene.Net.Store.RAMDirectory ramDir = new Lucene.Net.Store.RAMDirectory();

A good example is here:

http://www.onjava.com/pub/a/onjava/2003/03/05/lucene.html?page=2

Jeff

Reply via email to