Hacker News new | ask | show | jobs
by Argorak 4399 days ago
Elasticsearch is very component-based and can be deployed as a servlet if you really wish.

Just use a different transport implementation:

https://github.com/elasticsearch/elasticsearch-transport-war...