a-user@lucene.apache.org
Subject: Orpahned segments that cannot be force merged
Hi,
I can control the number of index segments when indexing using forceMerge(),
but when searching occurs during indexing, then some segments become orphans
and cannot be force merged. Why?Could someone please have a look
Hi,
I can control the number of index segments when indexing using forceMerge(),
but when searching occurs during indexing, then some segments become orphans
and cannot be force merged. Why?Could someone please have a look if I'm doing
anything wrong.
I attach the complete code for a test ca