1. OASIS CMIS v1.1 Specification:
Section 2.2.2.2.3 CONTAINS() Predicate Function: "The CONTAINS() predicate function is used to query the repository for objects that have been full-text indexed... The query is evaluated against the full-text index for the object-type specified in the FROM clause." This establishes that CONTAINS() is the standard mechanism for full-text search.
2. Alfresco Content Services 5.2 Documentation, Alfresco Full Text Search Reference:
Section: What is indexed?: The documentation states, "By default, Solr indexes the content of every property of type d:text and d:mltext and d:content." The d:content type refers to the actual binary content of the document, confirming that the document's body is the primary target for indexing and full-text search.
3. Alfresco Content Services 5.2 Documentation, CMIS:
Section: Alfresco CMIS repository features: The documentation explicitly states, "The CONTAINS() predicate is used for full-text searching." This directly links the CMIS function to Alfresco's full-text search capabilities, which are centered on document content.