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
I used this method But it insert data into Mysql firstly
$books = Book::where('id', '<', 200)->get();
$books->addToIndex();
The aim is to insert directly into ElasticSearch Index
The text was updated successfully, but these errors were encountered:
I used this method But it insert data into Mysql firstly
$books = Book::where('id', '<', 200)->get();
$books->addToIndex();
The aim is to insert directly into ElasticSearch Index
The text was updated successfully, but these errors were encountered: