Method SetUseCompoundFile
SetUseCompoundFile(LiveIndexWriterConfig, Boolean)
Builder method for UseCompoundFile.
Declaration
public static LiveIndexWriterConfig SetUseCompoundFile(this LiveIndexWriterConfig config, bool useCompoundFile)
Parameters
Type | Name | Description |
---|---|---|
LiveIndexWriterConfig | config | this LiveIndexWriterConfig instance |
System.Boolean | useCompoundFile |
Returns
Type | Description |
---|---|
LiveIndexWriterConfig | this LiveIndexWriterConfig instance |
SetUseCompoundFile(IndexWriterConfig, Boolean)
Builder method for UseCompoundFile.
Declaration
public static IndexWriterConfig SetUseCompoundFile(this IndexWriterConfig config, bool useCompoundFile)
Parameters
Type | Name | Description |
---|---|---|
IndexWriterConfig | config | this IndexWriterConfig instance |
System.Boolean | useCompoundFile |
Returns
Type | Description |
---|---|
IndexWriterConfig | this IndexWriterConfig instance |