Skip to content

Instantly share code, notes, and snippets.

@mattiassvedhem
Created April 21, 2012 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattiassvedhem/2437370 to your computer and use it in GitHub Desktop.
Save mattiassvedhem/2437370 to your computer and use it in GitHub Desktop.
{
sort: {
_script: {
script: "friends_visits_ids contains doc['id']",
type: 'string',
params: {
friends_visits_ids: friends_visits_ids
},
order: 'asc'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment