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.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool LoadFilesScattered { get; set; }

Property Value

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