Shopware6 What is the role of the DAL index in SW6?

Viewed 36

As far as I understand, Elastic Search can be used for the search functionality in SW6.

The console command es:index can be used to build up that index, and the data of the index iteself will be stored in the Elastic Search cluster.

What I dont understand is the role of the DAL index also in conjunction with the dal:refresh:index command.

Where does this Index store its data? In what cases (for example) is this index used?

Thank you.

1 Answers

I found a video which explains the matter quite well:

Indexing

Related