Skip to content

Instantly share code, notes, and snippets.

@rewinfrey
Last active December 16, 2015 01:39
Show Gist options
  • Save rewinfrey/5357259 to your computer and use it in GitHub Desktop.
Save rewinfrey/5357259 to your computer and use it in GitHub Desktop.
Sample for how to look at ES through CURL
curl -XDELETE 'http://localhost:9200/watbro' && curl -XPUT 'localhost:9200/watbro' -d '{"settings":{"analysis": {"analyzer": {"state":{"type": "pattern","pattern":"\\s"}}}}}'
curl 'localhost:9200/watbro/_analyze?pretty=1&analyzer=state&filter=state_strip' -d 'Mountain Village, AK'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment