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.
Comment: corrected broken code block

...

The following is an example of configuring the ElasticSearch Search Engine, where the connection name is same as in example above, and engine is set to be  elasticsearch:

 

 

Code Block
titleezplatform.yml
ezpublish:
    repositories:
        main:
            storage:
                engine: legacy
                connection: default
            search:
                engine: elasticsearch
                connection: es_connection_name

 

Step 4: Run CLI indexing command

...