Click or drag to resize
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: 3.12.6
Syntax
public bool LoadFilesScattered { get; set; }

Property Value

Type: Boolean
trueif the source files for snippets could be distributed among different agents; otherwise, false.
Remarks
LoadFiles must also be set to true.
See Also