public abstract class AbstractMergePolicyProvider<MP extends org.apache.lucene.index.MergePolicy> extends AbstractIndexShardComponent implements MergePolicyProvider<MP>
Modifier and Type | Field and Description |
---|---|
static String |
INDEX_COMPOUND_FORMAT |
protected double |
noCFSRatio |
componentSettings, indexSettings, logger, shardId
Modifier | Constructor and Description |
---|---|
protected |
AbstractMergePolicyProvider(Store store) |
Modifier and Type | Method and Description |
---|---|
static String |
formatNoCFSRatio(double ratio) |
static double |
parseNoCFSRatio(String noCFSRatio) |
indexSettings, nodeName, shardId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMergePolicy
indexSettings, shardId
close
public static final String INDEX_COMPOUND_FORMAT
protected volatile double noCFSRatio
protected AbstractMergePolicyProvider(Store store)
Copyright © 2009–2015. All rights reserved.