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 closed, but not in your add() method, but when you stop using 
your UserIndexer object. So UserIndexer needs a close that closes the 
IndexModifier.

Regards
 Daniel

-- 
http://www.danielnaber.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to