Looks to be Apache2 licensed, so that's absolutely an option. I don't think it implements ElasticSearch's own "Client" interface (which would have made it SO easy) ... So I guess we need a kind of abstraction to perform the same operations with either a normal ES client or a JEST client?
2015-02-13 12:48 GMT+01:00 Alberto Rodriguez <[email protected]>: > Hi Kasper, > > There is an open source project that might match our needs. Have a look: > Jest <https://github.com/searchbox-io/Jest> > > If you think that we can integrate it in MM I would be more than happy to > help you out. > > Kind regards, > > 2015-02-11 8:44 GMT+01:00 Kasper Sørensen <[email protected] > >: > > > Hi all, > > > > I have a scenario where a potential customer of ours has a hosted > > ElasticSearch setup. This setup only allows connectivity through ES's > REST > > protocol and that means we currently cannot connect to it with MetaModel > (I > > think) ... I think we only support the TransportClient and NodeClient > > protocols. Did anyone of you try to connect via REST protocol anyhow? Any > > clue of the effort needed if we wanted to bring REST support to > MetaModel's > > elasticsearch module? > > > > Kasper > > >
