Skip to content

Instantly share code, notes, and snippets.

@martijnvg
Created December 17, 2012 09:38
Show Gist options
  • Save martijnvg/4317085 to your computer and use it in GitHub Desktop.
Save martijnvg/4317085 to your computer and use it in GitHub Desktop.
Simple case demonstrating that mlt fails to work when routing is specified.
curl -XPUT 'localhost:9200/a/a/1?routing=2&refresh' -d '{
"field" : "value"
}'
curl -XGET 'localhost:9200/a/a/1/_mlt?routing=2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment