Property MaxThreadStates
MaxThreadStates
Gets or sets the max number of simultaneous threads that may be indexing documents
at once in IndexWriter. Values < 1 are invalid and if passed
maxThreadStates
will be set to
DEFAULT_MAX_THREAD_STATES.
Only takes effect when IndexWriter is first created.
Declaration
public int MaxThreadStates { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |