 | 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.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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