Problem with Lucene Incremental indexing on Berkeley DB JE
527078Aug 8 2006 — edited Aug 16 2006Hello, dear developers of JE
I have implemented Lucene Incremental indexing on Berkeley DB JE on live index. The problem is updated values not get affected in search results without restarting the JBoss server.
I need additions and deletions of documents to the index, and that should be immidiately get affect in search results without restart the JBoss server.
One more major problem is while i'm deleting the documents from index, the database size is growing.
Please suggest me the better solution to the above problems.
Thanks,
Katta