/esDemo

sprintboot elasticsearch hateoas

Primary LanguageJava

Demo

  • spring boot

  • Hateoas

  • elasticsearch

  • es script

put {host}/parent-child
{
  "mappings": {
    "_doc": {
      "properties": {
        "sub": { 
          "type": "join",
          "relations": {
            "father": "son" 
          }
        }
      }
    }
  }
}