Property UseCompoundFile
UseCompoundFile
Gets or sets if the IndexWriter should pack newly written segments in a
compound file. Default is true
.
Use false
for batch indexing with very large RAM buffer
settings.
Note: To control compound file usage during segment merges see NoCFSRatio and MaxCFSSegmentSizeMB. This setting only applies to newly created segments.
Declaration
public virtual bool UseCompoundFile { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |