Uses of Class
org.apache.lucene.index.FilterMergePolicy
-
Uses of FilterMergePolicy in org.apache.lucene.index
Modifier 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)
.