Re: Optimizing in SolrCloud

2012-03-29 Thread Walter Underwood
The documents are removed from the search when the delete is committed. The space for those documents is reclaimed at the next merge for the segment where they were. wunder On Mar 29, 2012, at 4:15 PM, Jamie Johnson wrote: > Thanks, does it matter that we are also updates to documents at > va

Re: Optimizing in SolrCloud

2012-03-29 Thread Yonik Seeley
On Thu, Mar 29, 2012 at 7:15 PM, Jamie Johnson wrote: > Thanks, does it matter that we are also updates to documents at > various times?  Do the deleted documents get removed when doing a > merge or does that only get done on an optimize? Yes, any merge removes documents that have been marked as

Re: Optimizing in SolrCloud

2012-03-29 Thread Jamie Johnson
Thanks, does it matter that we are also updates to documents at various times? Do the deleted documents get removed when doing a merge or does that only get done on an optimize? On Thu, Mar 29, 2012 at 7:08 PM, Walter Underwood wrote: > Don't. "Optimize" is a poorly-chosen name for a full merge.

Re: Optimizing in SolrCloud

2012-03-29 Thread Walter Underwood
Don't. "Optimize" is a poorly-chosen name for a full merge. It doesn't make that much difference and there is almost never a need to do it on a periodic basis. The full merge will mean a longer time between the commit and the time that the data is first searchable. Do the commit, then search.