Property CheckIntegrityAtMerge
CheckIntegrityAtMerge
Gets or sets if IndexWriter should call CheckIntegrity() on existing segments before merging them into a new one.
Use true
to enable this safety check, which can help
reduce the risk of propagating index corruption from older segments
into new ones, at the expense of slower merging.
Declaration
public virtual bool CheckIntegrityAtMerge { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |