public final class RandomForceMergePolicy extends RandomMergePolicy
MergePolicy
with a no-arg constructor that proxies to a
ForceMergePolicy
wrapped 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
that only returns forced merges.org.apache.lucene.index.MergePolicy.DocMap, org.apache.lucene.index.MergePolicy.MergeAbortedException, org.apache.lucene.index.MergePolicy.MergeException, org.apache.lucene.index.MergePolicy.MergeSpecification, org.apache.lucene.index.MergePolicy.OneMerge
Constructor and Description |
---|
RandomForceMergePolicy() |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.