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