Метод | Описание | |
---|---|---|
IndexUpgrader ( |
Creates index upgrader on the given directory, using an IndexWriter using the given config. You have the possibility to upgrade indexes with multiple commit points by removing all older ones.
|
|
IndexUpgrader ( |
Creates index upgrader on the given directory, using an IndexWriter using the given {@code matchVersion}. The tool refuses to upgrade indexes with multiple commit points.
|
|
IndexUpgrader ( |
Creates index upgrader on the given directory, using an IndexWriter using the given {@code matchVersion}. You have the possibility to upgrade indexes with multiple commit points by removing all older ones. If {@code infoStream} is not {@code null}, all logging output will be sent to this stream.
|
|
ParseArgs ( string args ) : |
Main method to run {code IndexUpgrader} from the command-line.
|
|
Upgrade ( ) : void |
Perform the upgrade.
|
Метод | Описание | |
---|---|---|
PrintUsage ( ) : void |
public IndexUpgrader ( |
||
dir | ||
iwc | ||
deletePriorCommits | bool | |
Результат | System |
public IndexUpgrader ( |
||
dir | ||
matchVersion | System.Version | |
Результат | System |
public IndexUpgrader ( |
||
dir | ||
matchVersion | System.Version | |
infoStream | ||
deletePriorCommits | bool | |
Результат | System |
public static ParseArgs ( string args ) : |
||
args | string | |
Результат |