Hey folks,

I kindly ask for a hint to achieve the following thing:

The goal is to deliver only a json array of source objects to the client. 
The php app that sits on the other side uses JMS\Serializer to deserialize 
the response into entities. At the moment the app needs to take an overhead 
to derserialize it, extract the source and serialize it again. Then the 
serialized stuff is passed to the entity deserializer. That's really 
painful.

I've found a thread that suggests a proxy in between to handle this type of 
problem, but this is not possible in our env.

The real question is: Is this achievable by writing a plugin? And if so, 
what type of plugin? I've looked at the RestFilter, but I don't know if 
this is the right way to go...

Any hints are welcome!

Regards,
Mario

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/6844c290-e7f8-46d7-b5b3-27cab18fb706%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to