Description
- * @see #getMaxMergedSegmentMB */ + * @see #setMaxMergedSegmentMB */ public double getMaxMergedSegmentMB() {
and
public TieredMergePolicy setFloorSegmentMB(double v) { if (v <= 0.0) { - throw new IllegalArgumentException("floorSegmentMB must be >= 0.0 (got " + v + ")"); + throw new IllegalArgumentException("floorSegmentMB must be > 0.0 (got " + v + ")");
Attachments
Attachments
Issue Links
- relates to
-
SOLR-8621 solrconfig.xml: deprecate/replace <mergePolicy> with <mergePolicyFactory>
- Closed