Hello Radu,
> - I want to index multiple enttities from those databases
Do you want to combine data of both databases within one document or are
you just interested in indexing both databases on their own?
If the second applies: You can do it within one core by using a field
(i.e. "source") to f
Hello,
I have a use where I'm trying to integrate Solr:
- 2 databases with the same schema
- I want to index multiple enttities from those databases
My question is what is the best way of approaching this topic:
- should I create a core for each database and inside that core create a
document w