You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel scout have scout:index command that not implemented here
Describe the solution you'd like
Have to create index from index name and ignore index key. If there are settings and mappings for the index name they have to be applied. Otherwise default have to be applied
Laravel scout have scout:index command that not implemented here
Describe the solution you'd like
Have to create index from index name and ignore index key. If there are settings and mappings for the index name they have to be applied. Otherwise default have to be applied
Context
#46 (comment)
Take a look how to instantiate an index
laravel-scout-elasticsearch/src/ElasticSearch/Index.php
Line 87 in e545cde
Here how to store the index
laravel-scout-elasticsearch/src/Jobs/Stages/CreateWriteIndex.php
Line 36 in e545cde
Also consider to check by alias if the index exists already before create new one. If the index exists already the method have to fail.
The text was updated successfully, but these errors were encountered: