Skip to content

Instantly share code, notes, and snippets.

@Akintola
Last active May 9, 2021 17:18
Show Gist options
  • Save Akintola/ada683ef42867d923b33df1035031433 to your computer and use it in GitHub Desktop.
Save Akintola/ada683ef42867d923b33df1035031433 to your computer and use it in GitHub Desktop.
curl -XGET -H "Content-Type: application/json" "127.0.0.1:9200/mangas_reindexed/_search?pretty" -d '
{
"query": {
"term": {
"title.raw": "One Piece"
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment