Hi all, I have two collections which indexes the same data, but with a very different schema and different update processors to index them in a different way. I can modify my indexer application to send the same documents to two collections but I wondered if there’s a built-in way to do this in solr, like sending updates that arrives at a collection to another collection.
I think aliases can be used for this purpose by creating an alias that contains these two collections and sending update requests to that alias, but in my specific case it would be very hard to implement because we already have a complex alias structure. --ufuk yilmaz Sent from Mail for Windows 10
