Uses of Class
org.apache.lucene.index.FilterMergePolicy
-
Packages that use FilterMergePolicy Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.sandbox.index Experimental index-related classes -
-
Uses of FilterMergePolicy in org.apache.lucene.index
Subclasses of FilterMergePolicy in org.apache.lucene.index Modifier and Type Class Description classOneMergeWrappingMergePolicyA wrapping merge policy that wraps theMergePolicy.OneMergeobjects returned by the wrapped merge policy.classSoftDeletesRetentionMergePolicyThisMergePolicyallows to carry over soft deleted documents across merges.classUpgradeIndexMergePolicyThisMergePolicyis used for upgrading all existing segments of an index when callingIndexWriter.forceMerge(int). -
Uses of FilterMergePolicy in org.apache.lucene.sandbox.index
Subclasses of FilterMergePolicy in org.apache.lucene.sandbox.index Modifier and Type Class Description classMergeOnFlushMergePolicyA simple extension to wrapMergePolicyto merge all tiny segments (or at least segments smaller than specified inMergeOnFlushMergePolicy.setSmallSegmentThresholdMB(double)into one segment on commit.
-