Yes that would be very interesting. I have also got a good workaround to my issue now by using the lookup script from https://github.com/imotov/elasticsearch-native-script-example
On Wednesday, April 2, 2014 1:17:52 AM UTC-7, Jörg Prante wrote: > > I wrote a denormalizer plugin where I use a node client from a field > analyzer for a field type "deref". A node client is started as a singleton > per node where the plugin is installed. It can ask other indexes/types for > a doc by given ID for injecting additional terms from an array of terms of > the referenced doc into the current tokenizer stream. > > It is not well tested and early in development, but I can share the code > if there is interest. > > I would never start a client node from a a script, because of the enormous > overhead, as you have experienced. > > Jörg > > -- 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/29da35bf-44e1-4fbf-85b6-2253f6943cbb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
