thomasg wrote:
(Don't know if its related but the lucene index does not seem to reduce in size when I remove documents from the repository, going to post by remove code to pass past people)
when a document is deleted lucene only marks the document as removed. a background thread later actually removes the documents and frees disk space.
regards marcel
