Skip to content

Instantly share code, notes, and snippets.

@kuy
Created July 23, 2017 16:57
Show Gist options
  • Select an option

  • Save kuy/c75524087c44bea06aaa7251da704df5 to your computer and use it in GitHub Desktop.

Select an option

Save kuy/c75524087c44bea06aaa7251da704df5 to your computer and use it in GitHub Desktop.
Problem
curl -XPOST 'localhost:9200/_search?pretty' -H 'Content-Type: application/json' -d'
{
  "query": {
    "term" : { "choice" : "B" } 
  }
}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment