Skip to content

Instantly share code, notes, and snippets.

@kimchy
Created May 24, 2011 17:29
Show Gist options
  • Select an option

  • Save kimchy/989198 to your computer and use it in GitHub Desktop.

Select an option

Save kimchy/989198 to your computer and use it in GitHub Desktop.
curl -s -X GET 'http://localhost:9200/hshvsubs_index/_search?pretty=true' -d '
{
"query" : {
"filtered" :
{
"query" : {
"query_string" :
{
"query" : "unable"
}
},
"filter" : {
"ids" : {
"type" : "jame2doctype"
"values" : ["4dbff4bdf3cd9b04d200660a"]
}
}
}
},
"highlight" :
{
"fields" :
{
"fulltext" :
{
"fragment_size" : 150,
"number_of_fragments" : 3
}
}
}
}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment