public class RandomMergePolicy
extends org.apache.lucene.index.MergePolicyWrapper
MergePolicy
with a no-arg constructor that proxies to an
instance retrieved from LuceneTestCase.newMergePolicy(java.util.Random)
.
Solr tests utilizing the Lucene randomized test framework can refer
to this class in solrconfig.xml to get a fully randomized merge policy.Modifier | Constructor and Description |
---|---|
|
RandomMergePolicy() |
protected |
RandomMergePolicy(org.apache.lucene.index.MergePolicy inner) |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.