.

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

JAVA/CORBA CLASSES


Examples: FTSearch method
1. This agent searches the current database for the phrase specified in the agent's comment if the database is full-text indexed. Every document, up to a maximum of 100 documents containing the phrase is placed into a document collection.
2. This code fragment collects all documents containing both the words "red" and "blue."
3. This code fragment collects all documents containing either the word "red" or "blue" in descending order by creation date.
4. This code fragment collects all documents that do not contain the word "red" or "blue" in descending order by creation date.
See Also