How to avoid indexing full content in Alfresco
To avoid indexing full content in Alfresco, we have different aproximations: 1. From SOLR point of view (tested in SOLR 1.4 and Alfresco 4.2.5): In solrcore.properties (for workspace and archive store) set: alfresco.index.transformContent=false alfresco.ignore.datatype.1=d:content This is a general setup (for all content types). 2. From Filesystem Bulk Import and/or CMIS APIs point of view: Add aspect cm:indexControl and use cm:isIndexed=true, and cm:isContentIndexed=false in......