Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am kohder on github.
  • I am kohder (https://keybase.io/kohder) on keybase.
  • I have a public key whose fingerprint is 312C D29F A967 1B1B 778E 8178 533A 28B4 C5A1 FD8F

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am kohder on github.
  • I am kohder (https://keybase.io/kohder) on keybase.
  • I have a public key whose fingerprint is 141B E7A8 CC90 8E29 35E1 D499 BD80 F011 8721 C8C7

To claim this, I am signing this object:

@kohder
kohder / es_terms_lookup-twitter_example.sh
Last active December 20, 2015 13:59
ElasticSearch terms lookup caching issue
# Terms lookup twitter example
# Cleanup
curl -XPOST 'localhost:9200/tweets/_cache/clear'
curl -XDELETE 'localhost:9200/tweets'
echo
# Create index
curl -XPUT 'localhost:9200/tweets'
echo