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
Hey, is there a possibility to store some data only in Elasticsearch? we have a project in which we will import some content from huge texts so it will be huge data collection. We use MySQL and Elasticsearch to store the data most of the time we use it to create from eloquent model and while saving the model it will be added to the index. Now we want to import the new content only on our elasticsearchserver because of the huge amount of data and we only need that data for search queries.
So I tried to make a new model and imported anything but if it comes to the moment I want addToIndex my model it throws document not found.
this is because it will normally search from the database and check for the tableheads of the associated model table.
The text was updated successfully, but these errors were encountered:
Hey, is there a possibility to store some data only in Elasticsearch? we have a project in which we will import some content from huge texts so it will be huge data collection. We use MySQL and Elasticsearch to store the data most of the time we use it to create from eloquent model and while saving the model it will be added to the index. Now we want to import the new content only on our elasticsearchserver because of the huge amount of data and we only need that data for search queries.
So I tried to make a new model and imported anything but if it comes to the moment I want addToIndex my model it throws document not found.
this is because it will normally search from the database and check for the tableheads of the associated model table.
The text was updated successfully, but these errors were encountered: