Skip to content

Instantly share code, notes, and snippets.

View vhyza's full-sized avatar

Vojtěch Hýža vhyza

View GitHub Profile
@vhyza
vhyza / 1_terms_vector_test.sh
Last active December 18, 2015 16:39
terms vector test
echo "[!] delete twitter index"
curl -XDELETE 'http://localhost:9200/twitter/' ; echo
echo "[*] create twitter index"
curl -XPUT 'http://localhost:9200/twitter/' -d '{
"mappings": {
"tweet": {
"properties": {
"text": {
"type": "string",