...
It's features and performance is limited, and if you have specific search or performance needs you should rather look towards using Solr.
Configuring repository with the legacy search engine
Status | ||||
---|---|---|---|---|
|
As of 5.4.5, search can be configured independently from storage, and the following configuration example shows both the default values, and how you configure legacy as the search engine:
Code Block | ||
---|---|---|
| ||
ezpublish: repositories: main: storage: engine: legacy connection: default search: engine: legacy connection: default |
...