Skip to content

wejick/example-service-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

example of search service based on elasticsearch in rust lang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages