.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


IsSorted property
Example

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


Usage

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