> 
> I think problem is that you forgot to shutdown database, so some files 
> are not written to the disk after first run. Also, index population is 
> performed asynchronously, so you need to give it some time to index 
> documents, and only then shutdown the database.
> 
> Vadim

Hi, 
I tried to shutdown it by calling DatabaseInstanceManager.shutdown() on the 
DatabaseInstanceManager casted from the CollectionManager of the root 
collection without success.
I also tried to shutdown each collections the same way without success, and 
forced the flushConfig() on the org.apache.xindice.core.Database... still no 
success...

Christophe

Reply via email to