Property IndexSplitCommandExtendedHelpText
IndexSplitCommandExtendedHelpText
Looks up a localized string similar to Splits the input index into multiple equal parts. The method employed here uses IndexWriter.AddIndexes(IndexReader[]) where the input data comes from the input index with artificially applied deletes to the document ids that fall outside the selected partition.
Deletes are only applied to a buffered list of deleted documents and don't affect the source index. This tool works also with read-only indexes.
The disadvantage of this tool is that source index needs to be read as many times as there are part [rest of string was truncated]";.
Declaration
public static string IndexSplitCommandExtendedHelpText { get; }
Property Value
Type | Description |
---|---|
System.String |