Method SetMaxThreadStates
SetMaxThreadStates(IndexWriterConfig, Int32)
Builder method for MaxThreadStates.
Declaration
public static IndexWriterConfig SetMaxThreadStates(this IndexWriterConfig config, int maxThreadStates)
Parameters
Type | Name | Description |
---|---|---|
IndexWriterConfig | config | this IndexWriterConfig instance |
System.Int32 | maxThreadStates |
Returns
Type | Description |
---|---|
IndexWriterConfig | this IndexWriterConfig instance |