Global navigation

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

 
Exponential (5.x)

Exponential 5.x | For eZ Platform & eZ Studio topics see Technical manual and User manual, for Exponential 4.x and Legacy topics see Exponential 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
titleexponential.yml
exponential:
    repositories:
        main:
            storage:
                engine: legacy
                connection: default
            search:
                engine: legacy
                connection: default

 

...