Search

Structurizr provides full-text search facilities across your workspaces, and there are a number of search implementation options:

The default configuration uses Apache Lucene for search functionality, storing search indexes on the local file system. This is sufficient for a single server installation, but Apache Lucene’s search indexes are not designed for concurrent access from multiple processes.

To run the Structurizr across multiple servers behind a load balancer for high availability, you’ll need to use Elasticsearch instead.

The search feature can also be disabled if required.