Click or drag to resize

BuildExcerptsOptionsLoadFiles Property

Gets or sets a value indicating whether Whether to handle the documents parameter of BuildExcerpts(IEnumerableString, String, String, BuildExcerptsOptions) as data to extract snippets from (default behavior), or to treat it as file names, and load data from specified files on the server side. Default is false. Supported in Sphinx 1.10.1 and above.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public bool LoadFiles { get; set; }

Property Value

Type: Boolean
true to handle the documents parameter as a list of file names; otherwise, false.
See Also