Re: Obtain shard routing key during document insert
Just a bump to see if anyone knows if this can be done. We want to get the shard routing key during insert as we have a plugin operating within the UpdateRequestProcessor that is inserting the original document being indexed into a resilient backing store so Solr only has to index it and not store
Obtain shard routing key during document insert
Is it possible to obtain the shard routing key from within an UpdateRequestProcessor when a document is being inserted? Many thanks, Terry