Skip to content

Instantly share code, notes, and snippets.

@blooberr
Created June 11, 2014 18:48
Show Gist options
  • Save blooberr/2ee5019a30f3065e5213 to your computer and use it in GitHub Desktop.
Save blooberr/2ee5019a30f3065e5213 to your computer and use it in GitHub Desktop.
results = @es.search(index: index_name,
ignore_unavailable: true,
body: {
size: 0,
query: {
query_string: {
query: search_phrase
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment