Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
class |
ForceMergePolicy
A
MergePolicy that only returns forced merges. |
class |
SortingMergePolicy
A
MergePolicy that reorders documents according to a Sort
before merging them. |
class |
UpgradeIndexMergePolicy
This
MergePolicy is used for upgrading all existing segments of
an index when calling IndexWriter.forceMerge(int) . |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.