I'm using RAMDirectory ....
If the number of documents to index is less than the maxBufferedDocs
properties nothing is write into my index.
ex: RAMDirectory ramDir =new RAMDirectory ();
this.indexWriter.addIndexes(new Directory[] { ramDir });
ramWriter.close();
indexWriter.close();
???
- RAMDirectory WATHELET Thomas
- Re: RAMDirectory Chris Hostetter
