Crafter Search¶

Crafter Search is the search facade for CrafterCMS. Crafter Search proxies the real search engine deployed behind it.
Note
Crafter Search and Solr is supported for backward compatibility. CrafterCMS’s default search engine is Elasticsearch.
To update your sites to Elasticsearch, follow the guide Migrating a site from Solr to Elasticsearch
Source Code¶
Crafter Search’s source code is managed in GitHub: https://github.com/craftercms/search
Java Doc¶
Crafter Search’s Java Doc is here: http://javadoc.craftercms.org/3.1.31/search/index.html
ReST API¶
Configuration¶
To configure Crafter Search, please see Crafter Search System Administration