-
Notifications
You must be signed in to change notification settings - Fork 394
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels