LOTUSSCRIPT/COM/OLE CLASSES
Read-only. Indicates whether the documents in a collection are sorted. A collection is sorted only when it results from a full-text search of a database.
Defined in
NotesDocumentCollection
Data type
Boolean
Syntax
To get: flag = notesDocumentCollection.IsSorted
Legal values
When a collection is sorted, the documents are sorted by relevance score with the most-relevant document appearing first. A relevance score is a number assigned to each document that matches a particular full-text search query. The number is related to the number of matches that were found in the document.
Language cross-reference
IsSorted property in Java DocumentCollection class
Example