I have three different data sources which get updated at separate times each day. My first idea was to combine all the data into a single index but I'm wondering if it's more sensible to keep each data source in their own index. That way when a data source gets updated, I can just refresh one index.
When it comes to searching I'll just search all index. Is this a sensible approach or will it introduce a lot of overheads by separating it out.
James