elasticsearch
elasticsearch copied to clipboard
how to add a new index
hi @basemkhirat I index my data using scout and toSearchableArray() method in the present, I have an Index.. and with toSearchableArray() I had indexed my models to two different types.. but because of a low speed during for my search result. I decided to create another index and index one of my types to the new index.. I looked in scout config and es config.. but I couldn't find any setting to define multiple index.. can you tell me how to do that?
thanks