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: 5.3.0
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