Re: Usage of NoMergePolicy and its potential implications

2012-07-23 Thread snehal.chennuru
Thanks for the heads up Ian. I know it is highly discouraged. But, like I said, it is a legacy application and it is very hard to go back and re-do it. -- View this message in context: http://lucene.472066.n3.nabble.com/Usage-of-NoMergePolicy-and-its-potential-implications-tp3996630p3996784.h

Usage of NoMergePolicy and its potential implications

2012-07-22 Thread snehal.chennuru
Hello Everyone, We have a legacy system which uses lucene 2.4.1. We have ported a small hack to lucene source code back then, so that the underlying lucene segment merger code wouldn't reuse deleted docids. This helped us use lucene docids as persistent dbids as well. But we want to upgrade lucene