Hello, I created a data-config.xml file where I define a datasource and an entity with 12 fields. In my use case I have 2 databases with the same schema, so I want to combine in one index the 2 databases. I defined a second dataSource tag and duplicateed the entity with its field(changed the name and the datasource). What I'm expecting is to get around 7k results(I have around 6k in the first db and 1k in the second). However I'm getting a total of 2k. Where could be the problem?
Thanks