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
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