 | SnippetsOptionsLoadFilesScattered Property |
The source files for snippets could be distributed among different agents, and the main daemon will merge
together all non-erroneous results. Default is false. Supported in Sphinx 2.0.2 and above.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic bool LoadFilesScattered { get; set; }
Public Property LoadFilesScattered As Boolean
Get
Set
Property Value
Type:
Booleantrueif the source files for snippets could be distributed among different agents; otherwise,
false.
Remarks
See Also