Uses of Class
org.apache.lucene.index.FilterMergePolicy
Packages that use FilterMergePolicy
Package
Description
Code to maintain and access indices.
Experimental index-related classes
-
Uses of FilterMergePolicy in org.apache.lucene.index
Subclasses of FilterMergePolicy in org.apache.lucene.indexModifier and TypeClassDescriptionclass
A wrapping merge policy that wraps theMergePolicy.OneMerge
objects returned by the wrapped merge policy.final class
ThisMergePolicy
allows to carry over soft deleted documents across merges.class
ThisMergePolicy
is 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.indexModifier and TypeClassDescriptionclass
A simple extension to wrapMergePolicy
to merge all tiny segments (or at least segments smaller than specified inMergeOnFlushMergePolicy.setSmallSegmentThresholdMB(double)
into one segment on commit.