Query: Select all documents that contains the "here" word.
Initial data:
document1: content - "There must be test word"
document2: content - "Test word is not here"
SELECT * FROM cmis:document WHERE CONTAINS('here')
Query result:
document2.