Re: MergePolicy for append-only indices?

2014-01-08 Thread Michael McCandless
On Mon, Jan 6, 2014 at 3:42 PM, Michael Sokolov wrote: > I think the key optimization when there are no deletions is that you don't > need to renumber documents and can bulk-copy blocks of contiguous documents, > and that is independent of merge policy. I think :) Merging of term vectors and stor

Re: MergePolicy for append-only indices?

2014-01-06 Thread Michael Sokolov
I think the key optimization when there are no deletions is that you don't need to renumber documents and can bulk-copy blocks of contiguous documents, and that is independent of merge policy. I think :) -Mike On 01/06/2014 01:54 PM, Shawn Heisey wrote: On 1/6/2014 11:24 AM, Otis Gospodnetic

Re: MergePolicy for append-only indices?

2014-01-06 Thread Shawn Heisey
On 1/6/2014 11:24 AM, Otis Gospodnetic wrote: (cross-posting to both Solr and Lucene user lists because while this is a Lucene-level question, I suspect a lot of people who know about this or are interested in this subject are actually on the Solr list) I have a large append-only index and I loo

MergePolicy for append-only indices?

2014-01-06 Thread Otis Gospodnetic
Hi, (cross-posting to both Solr and Lucene user lists because while this is a Lucene-level question, I suspect a lot of people who know about this or are interested in this subject are actually on the Solr list) I have a large append-only index and I looked at merge policies hoping to identify one