Snippets OptionsWeight Order 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
true if to sort the extracted passages in order of relevance; otherwise, false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool WeightOrder { get; set; }VB
Public Property WeightOrder As Boolean
Get
SetProperty Value
Booleantrue if to sort the extracted passages in order of relevance; otherwise, false.