seralf / simplES

A Simple Elastic Search Tool [WIP]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simplES

A Simple Elastic Search Tool.

This is a small POC for local testing / mocking a proper installation.

example (GOT)

A simple example indexing descriptions for some of the Game of Thrones episodes. .

  1. launch

simples.examples.got.MainGOT

  1. try the query:

http://localhost:9200/got/_doc/_search?q=Tyrion

TODO

  • update deprecated TransportClient to new RestClient (for ES 8+)
  • check latest libraries version
  • improve loading of settings / mapping from local JSON file
  • improve the exception handling
  • improve Future <-> Try interaction
  • updated jackson to fix vulnerability

About

A Simple Elastic Search Tool [WIP]

License:Apache License 2.0


Languages

Language:Scala 100.0%