Loading TOC...

cts.confidenceOrder

cts.confidenceOrder(
   [options as String[]]
) as cts.order

Summary

Creates a confidence-based ordering clause, for use as an option to cts.search.

Parameters
options Options.

Options include:

"descending"
Results should be returned in descending order of confidence.
"ascending"
Results should be returned in ascending order of confidence.

Usage Notes

Only one of "ascending" or "descending" may be specified in the options parameter. If neither "ascending" nor "descending" is specified, then the default is "ascending".

Example

cts.confidenceOrder('descending');
// Returns the specified opaque cts.order object

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.