Skip to content

flora0110/Elasticsearch_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run docker

docker-compose up --build  
docker-compose up --build -d 在背景跑

上傳資料

curl -X POST "localhost:9200/law_test_data/_bulk" -H 'Content-Type: application/json' --data-binary @law_test.json

搜尋

curl -X GET "localhost:9200/law_test_data/_search" -H 'Content-Type: application/json' -d '{
  "query": {
    "match": {
      "content": "繼承人"          
    }
  }
}'

port

Service Port
Elasticsearch 9200
Kibana 5601
Web 8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published