Method SetWriteLockTimeout
SetWriteLockTimeout(IndexWriterConfig, Int64)
Builder method for WriteLockTimeout.
Declaration
public static IndexWriterConfig SetWriteLockTimeout(this IndexWriterConfig config, long writeLockTimeout)
Parameters
Type | Name | Description |
---|---|---|
IndexWriterConfig | config | this IndexWriterConfig instance |
System.Int64 | writeLockTimeout |
Returns
Type | Description |
---|---|
IndexWriterConfig | this IndexWriterConfig instance |