Incorporating an external library into elasticsearch

Is it possible to incorporate a library like moment.js into the computed
value script of a query?

--
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 elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

I had similar requirement: using an external js library in ES. The
following PR [1] has been submitted but unfortunately it has not been
merged.

[1] - Support for CommonJS - issue #6 by richardwilly98 · Pull Request #7 · elastic/elasticsearch-lang-javascript · GitHub

On Friday, September 13, 2013 4:34:33 PM UTC-4, Daniel Lewis wrote:

Is it possible to incorporate a library like moment.js into the computed
value script of a query?

--
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 elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.