Crafter CMS Logo in flat white
  • Crafter CMS Logo in flat white
  • Crafter CMS Site
Table of Contents
  • Getting Started
  • Content Authors
  • Developers
    • Crafter CMS Architecture
    • Content Modeling
    • Content Inheritance
    • Assets
    • Templates
    • Search with Elasticsearch
    • GraphQL
    • Plugins
    • Content Targeting
    • Redirects
    • Testing
    • Errors
    • Extending Crafter Studio
    • Developer Workflow (DevContentOps)
    • Subsystems and API Documentation
      • Crafter CMS
      • Crafter Docker Compose
      • Crafter Core
      • Crafter Commons
      • Crafter Engine
      • Crafter Studio
      • Crafter Search
        • Source Code
        • Java Doc
        • ReST API
        • Configuration
      • Crafter Deployer
      • Crafter Profile
      • Crafter Social
    • Cookbook / Tutorials
  • Site Administrators
  • System Administrators
  • Security
  • Release Notes
  • Roadmap
  • Contribute
  • Source Code
  • Support
  • FAQ
  • Acknowledgements
  • Docs
  • Developers
  • Crafter Search
  • Edit on GitHub
  • Document Up to Date

Crafter Search¶

Crafter Search

Crafter Search is the search facade for Crafter CMS. Crafter Search proxies the real search engine deployed behind it.

Note

Crafter Search is supported for backward compatibility. Crafter CMS’s default search engine is 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.13/search/index.html

ReST API¶

  • Crafter Search API

Configuration¶

To configure Crafter Search, please see Crafter Search System Administration

Next Previous