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: 6.0.0
Syntax
public bool WeightOrder { get; set; }

Property Value

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