Re: Problem with lucene 1.9.1

2006-05-04 Thread Daniel Naber
On Mittwoch 03 Mai 2006 21:59, Rodrigo Marcuschi wrote: > I am having problems using lucene 1.9.1. I was using 1.4.3 successfully, Mhh, IndexModifier isn't part of Lucene 1.4, did you add it manually? > documents I add, all I get is '1 docs in index'. If I DON'T close the > modifier, It must be

Problem with lucene 1.9.1

2006-05-03 Thread Rodrigo Marcuschi
Hello, I am having problems using lucene 1.9.1. I was using 1.4.3 successfully, and tried upgrading to 1.9.1. As I changed my source code so I would no longer be invocating deprecated methods, the application no longer worked properly, i.e. the IndexModifier was no longer storing documents. He