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