Thanx Mike,
>If you really must have a CFS (how come?) then you can call
>TieredMergePolicy.setNOCFSRatio(1.0) -- not sure how/where this is
>exposed in Solr though.
BTW, would this impact the search performance? I mean i was just trying few
random keyword searches(without sort and filters) on b
By default, the default merge policy (TieredMergePolicy) won't create
the CFS if the segment is "very large" (> 10% of the total index
size). Likely that's what you are seeing?
If you really must have a CFS (how come?) then you can call
TieredMergePolicy.setNOCFSRatio(1.0) -- not sure how/where t
Hi,
I've migrated the search servers to the latest stable release (SOLR-3.5)
from SOLR-1.4.1.
We've fully recreated the index for this. After index completes, when im
optimizing the index then it is not merging the index into a single .cfs
file as was being done with 1.4.1 version.
We've set the