Snippets OptionsLoad Files Scattered 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.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
trueif the source files for snippets could be distributed among different agents; otherwise, false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool LoadFilesScattered { get; set; }VB
Public Property LoadFilesScattered As Boolean
Get
SetProperty Value
Booleantrueif the source files for snippets could be distributed among different agents; otherwise, false.
Remarks
LoadFiles must also be set to true.