How to exclude particular content type from being indexed

cancel
Showing results for 
Search instead for 
Did you mean: 
darminm
Active Member

How to exclude particular content type from being indexed

I have a need to exclude a particular content model from being indexed.

Is there any directions on how to get this accomplished.

1 Reply
cesarista
Customer

Re: How to exclude particular content type from being indexed

Hi:

The simplest way is using cm:indexControl aspect, and its corresponding boolean properties (cm:isIndexed and cm:isContentIndexed), for example when creating content via CMIS API, or inside metadata XML files when using File System Bulk Import. Other exclusions may be done at content model level (properties) , and even directly in SOLR. 

Maybe this helps:

- How to avoid indexing full content in Alfresco - zylk 

Regards.

--C.