Click or drag to resize
SnippetsOptionsWeightOrder Property
Gets or sets a value indicating whether to sort the extracted passages in order of relevance (decreasing weight), or in order of appearance in the document (increasing position). Default is false.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public bool WeightOrder { get; set; }

Property Value

Type: Boolean
true if to sort the extracted passages in order of relevance; otherwise, false.
See Also