rethinkdb / horizon

Horizon is a realtime, open-source backend for JavaScript apps.
MIT License
6.78k stars 349 forks source link

Elasticsearch plugin for full text searches. #796

Open deontologician opened 8 years ago

deontologician commented 8 years ago

This is a pretty critical part of any reasonably complex app, and RethinkDB doesn't provide these capabilities at all, so it'd be nice to have an official elasticsearch plugin

KnowledgeGarden commented 8 years ago

From https://www.elastic.co/guide/en/elasticsearch/plugins/2.4/intro.html: Deprecated in 2.3.0. Site plugins and mixed plugins are deprecated and will be removed in 5.0.0. Instead, site plugins should either be migrated to Kibana or should use a standalone web server. I think this means that, going forward, we need another approach.

deontologician commented 8 years ago

This issue is for a Horizon plugin, so in their rubric above, this would count as a standalone web server

On Sat, Sep 3, 2016, 10:51 Jack Park notifications@github.com wrote:

From https://www.elastic.co/guide/en/elasticsearch/plugins/2.4/intro.html: Deprecated in 2.3.0. Site plugins and mixed plugins are deprecated and will be removed in 5.0.0. Instead, site plugins should either be migrated to Kibana or should use a standalone web server. I think this means that, going forward, we need another approach.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rethinkdb/horizon/issues/796#issuecomment-244560401, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAFVt8Y8dN92YUcrrdPEfjZyihdZv70ks5qmbOZgaJpZM4JufGP .

KnowledgeGarden commented 8 years ago

Not so sure it's a Horizon server issue; near as I can tell, it might be possible to write extensions to the Java client to communicate with ES; just a conjecture.