Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 440 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 440 Bytes

Elasticsearch service example

This piece of code will give you example how to query data from elastic search.

Elasticsearch Map

Eventhough ES will be able to receive and process dynamic / not defined scheme but it is considered best practice to have defined map.

{
    "mappings" : {
        "name" : {
            
        },
        "address" : {
            
        }
    }
}

To do

  • Give more structure
  • Http api