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.