alfrescocmisapache-chemistry

Alfresco CMIS: Retrieving relevant context when searching for content


I am using Alfresco Community 201707 x64. My application is querying the repository via CMIS, using Apache Chemistry Open CMIS 1.1.

The question, as the title suggests, is: when querying the repository for document content (using the CONTAINS predicate on the search query), how do I retrieve a document's relevant context? Can I do it using CMIS, or do I have to use a different approach?

For example, in Alfresco Share, when a user searches the repository for documents containing some word, the relevant results are displayed with a snippet of the document's content with said word highlighted.


Solution

  • I do not think this is available in CMIS, it is however generally available if using SOLR, depending on Alfresco version.

    http://docs.alfresco.com/5.2/concepts/search-api-highlight.html