 | BuildExcerptsOptionsWeightOrder 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.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic bool WeightOrder { get; set; }
Public Property WeightOrder As Boolean
Get
Set
Property Value
Type:
Booleantrue if to sort the extracted passages in order of relevance; otherwise,
false.
See Also