Method SetCheckIntegrityAtMerge
SetCheckIntegrityAtMerge(LiveIndexWriterConfig, Boolean)
Builder method for CheckIntegrityAtMerge.
Declaration
public static LiveIndexWriterConfig SetCheckIntegrityAtMerge(this LiveIndexWriterConfig config, bool checkIntegrityAtMerge)
Parameters
Type | Name | Description |
---|---|---|
LiveIndexWriterConfig | config | this LiveIndexWriterConfig instance |
System.Boolean | checkIntegrityAtMerge |
Returns
Type | Description |
---|---|
LiveIndexWriterConfig | this LiveIndexWriterConfig instance |
SetCheckIntegrityAtMerge(IndexWriterConfig, Boolean)
Builder method for CheckIntegrityAtMerge.
Declaration
public static IndexWriterConfig SetCheckIntegrityAtMerge(this IndexWriterConfig config, bool checkIntegrityAtMerge)
Parameters
Type | Name | Description |
---|---|---|
IndexWriterConfig | config | this IndexWriterConfig instance |
System.Boolean | checkIntegrityAtMerge |
Returns
Type | Description |
---|---|
IndexWriterConfig | this IndexWriterConfig instance |