Hey everyone, I'm experimenting with updating solr from a remote XML source, using an XSLT transform to get it into the solr XML syntax (and yes, I've looked into SOLR-469, but disregarded it as I need to do quite a bit using XSLT to get it to what I can index) to let me maintain an index.
I'm looking at using stream.url, but I need to do the XSLT at some point in there. I would prefer to do the XSLT on the client (solr) side of the transfer, for various reasons. Is there a way to implement a custom request handler or similar to get solr to apply an XSLT transform to the content stream before it attempts to parse it? If not possible OOTB, where would be the right place to add said functionality? Thanks much for your help, Daniel