Re: Defaults Merge Policy

2020-04-27 Thread Kayak28
Thank you for responding. I will keep your words in mind. Thank you again. 2020年4月23日(木) 20:38 Erick Erickson : > Glad those articles helped, I remember them well ;) > > Do note that 30 (well, actually 33%) is usually the ceiling. > But as I mentioned, it’s soft, not absolute. So your index >

Re: Defaults Merge Policy

2020-04-23 Thread Erick Erickson
Glad those articles helped, I remember them well ;) Do note that 30 (well, actually 33%) is usually the ceiling. But as I mentioned, it’s soft, not absolute. So your index might have a higher percentage temporarily. Best, Erick > On Apr 23, 2020, at 4:01 AM, Kayak28 wrote: > > Hello, Erick Eri

Re: Defaults Merge Policy

2020-04-23 Thread Kayak28
Hello, Erick Erickson: Thank you for answering my questions. Deleted docs in Solr 8.3.0 has not reached to 30% of the entire index, so I will monitor it for now. Again thank you for your response. Actually, the articles below helped me a lot. https://lucidworks.com/post/segment-merging-deleted-d

Re: Defaults Merge Policy

2020-04-15 Thread Erick Erickson
The number of deleted documents will bounce around. The default TieredMergePolicy has a rather complex algorithm that decides which segments to merge, and the percentage of deleted docs in any given segment is a factor, but not the sole determinant. Merging is not really based on the raw number o

Defaults Merge Policy

2020-04-15 Thread Kayak28
Hello, Solr Community: I would like to ask about Default's Merge Policy for Solr 8.3.0. My client (SolrJ) makes a commit every 10'000 doc. I have not explicitly configured Merge Policy via solrconfig.xml For each indexing time, some documents are updated or deleted. I think the Default Merge Polic