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.

Definition

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

Property Value

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

See Also