Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Elasticsearch 💙 Neos

Elasticsearch 💙 Neos

The presentation starts with some basics about the elasticsearch integration in Neos CMS. Shows new features and changes in the elasticsearch contentrepository adapter version 7 and introduces some handy tools like the queue indexer and the elastic sync package.

Daniel Lienert

April 08, 2020
Tweet

More Decks by Daniel Lienert

Other Decks in Technology

Transcript

  1. 1. Why you want to use it 2. What it

    provides 3. Whats new in version 7 4. Packages around the CR Adapter
  2. Elasticsearch Data Storage - History Elasticsearch v1 Index 1 Index

    2 Type A Type B Type A Type … field_a: integer field_a: string
  3. Elasticsearch Data Storage - History Elasticsearch > v2 Index 1

    Index 2 Type A Type B Type A Type … field_a: integer field_a: integer
  4. Removal of mapping types Elasticsearch > v6 Index 1 Index

    2 field_a: integer field_a: integer field_a: string field_a: string