I'm looking for an option to write a Solr plugin which can deal with a
custom binary input stream. Unfortunately Solr's javabin as a protocol is
not an option for us.

I already had a look at some possibilities like writing a custom request
handler, but it seems like the classes/interfaces one would need to
implement are not "generic" enough (e.g. the
SolrRequestHandler#handleRequest() method expects objects of classes
SolrQueryRequest and SolrQueryResponse rsp)

It would be of great help if you could direct me to any "pluggable"
solution which allows to receive and parse a proprietary binary stream at a
Solr server so that we do not have to provide an own customized binary solr
server.

Background:
Our problem is that, we use a proprietary protocol to transfer our solr
queries together with some other Java objects to our solr server (at
present 3.6).The reason for this is, that we have some logic at the solr
server which heavily depends on theses other java objects. Unfortunately we
cannot easily shift that logic to the client side.

Thank you!

Michael

Reply via email to