Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
class |
OneMergeWrappingMergePolicy
A wrapping merge policy that wraps the
MergePolicy.OneMerge
objects returned by the wrapped merge policy. |
class |
SoftDeletesRetentionMergePolicy
This
MergePolicy allows to carry over soft deleted documents across merges. |
class |
UpgradeIndexMergePolicy
This
MergePolicy is used for upgrading all existing segments of
an index when calling IndexWriter.forceMerge(int) . |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.