taylan32 / elastic-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elastic-search application


  • Download : https://github.com/taylan32/elastic-search.git
  • Elasticsearch version: 7.17.9
  • Docker command: Docker compose up
  • swagger url: http://localhost:8080/swagger-ui/index.html

endpoints

  • create person POST http://localhost:8080/api/person/

example request body

{
  "name": "string",
  "lastName": "string",
  "address": "string",
  "birthOfDate": "2023-02-22T17:23:17.514Z"
}
  • search-by-name GET http://localhost:8080/api/person/search-by-name/{name}
  • score search GET http://localhost:8080/api/person/score-search

queries:

  • fuzzy search GET http://localhost:8080/api/person/fuzzy-search

queries:

About


Languages

Language:Java 100.0%