Message-ID: <721002053.4056.1485856496373.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_4055_194312757.1485856496372" ------=_Part_4055_194312757.1485856496372 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Legacy Search Engine Bundle

Legacy Search Engine Bundle

>=3D 5.0

Legacy Search Engine is the default search engine,= it is sql based and uses Doctrine's database connection. So it's connectio= ns are, and should be defined in the same way as for storage engine, and no= further specific configuration is needed.

It's features and performance is limited, and if you have specific searc= h or performance needs you should rather look towards using Solr.

Configuring repository with t= he legacy search engine

 >=3D 5.4.5

As of 5.4.5, search can be configured independently from storage, and th= e following configuration example shows both the default values, and how yo= u configure legacy as the search engine:

 

ezpublish.yml
=20
ezpublish:
    repositories:
        main:
            storage:
                engine: legacy
                connection: default
            search:
                engine: legacy
                connection: default
=20

 

 

------=_Part_4055_194312757.1485856496372--