Uses of Class
org.apache.lucene.index.FilterMergePolicy
Packages that use FilterMergePolicy
-
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)
.