Re: SOLR 3.5 Index Optimization not producing single .cfs file

2012-05-04 Thread pravesh
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

Re: SOLR 3.5 Index Optimization not producing single .cfs file

2012-05-03 Thread Michael McCandless
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