JBoss.orgCommunity Documentation

Extended full-text search

Query: Select all documents that contains "There must" phrase and do not contain the "check-word" term.

Initial data:

SELECT * FROM cmis:document WHERE CONTAINS("There must" - "check-word")

Query result: