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