General

  eZ Systems Website
  Technical documentation
  Editor documentation

This Documentation contains:
 
Technical documentation:



⚠ WARNING ! This documentation is deprecated !

Please go to the current Technical Documentation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourGreen
title>= 5.0
Legacy Search Engine is the default search engine, it is SQL based and uses Doctrine's database connection. So it's its connections are, and should be, defined in the same way as for storage engine, and no further specific configuration is needed.

It's Its features and performance are 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
colourYellow
title>= 5.4.5
As of 5.4.5, search 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
titleezpublish.yml
ezpublish:
    repositories:
        main:
            storage:
                engine: legacy
                connection: default
            search:
                engine: legacy
                connection: default