The Search functionality is one of the important facets for an Open Source CMS, and as you know, Alfresco uses most two powerful search engines LUCENE and Apache SOLR, Which provides high-performance, full-featured text search engine.
In previous version of Alfresco comes with only lucene search engine, but in latest version of Alfresco 4.x alfresco introduce with SOLR engine. Now Alfresco provides single text search feature.
Solr Contains two cores in Alfresco one is Workspace and archive
- Workspace Store: searching all live content stored at alfresco/alf_data/contentstore.
- Archive Store: searching content that has been marked as deleted at alfresco/alf_data/contentstore.
You can use Google-style query syntax to search the content stored in the Alfresco repository. You can also use the advanced search form to create composite search criteria to search content, expand the advanced search form to comprise your custom content types and custom properties.