Global navigation

   Documentation Center
   eZ Studio & eZ Platform
     User Manual
     Technical Manual
     Glossary
   eZ Publish 4.x / legacy

 
eZ Publish (5.x)

eZ Publish 5.x | For eZ Platform & eZ Studio topics see Technical manual and User manual, for eZ Publish 4.x and Legacy topics see eZ Publish legacy

Versions Compared

Key

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

...

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
colourYellow
title>= 5.4.5

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
titleezpublish.yml
ezpublish:
    repositories:
        main:
            storage:
                engine: legacy
                connection: default
            search:
                engine: legacy
                connection: default

 

...