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