So as promised here is a sequel to my previous post Introducing the elasticshell. Let’s start exactly where we left off… What about search? We of course need to search against the created index. We can provide queries as either json documents or Java QueryBuilders provided with the elasticsearch Java API, which are exposed to […]
Introducing the elasticshell
A few days ago I released the first beta version of the elasticshell, a shell for elasticsearch. The idea I had was to create a command line tool that allows you to easily interact with elasticsearch. Isn’t elasticsearch easy enough already? I really do think elasticsearch is already great and really easy to use. However, […]