Skip to content

Instantly share code, notes, and snippets.

View mauricioalarcon's full-sized avatar

Mauricio A mauricioalarcon

  • San Francisco, CA
View GitHub Profile
@mauricioalarcon
mauricioalarcon / fr.sh
Created November 22, 2012 17:02 — forked from dadoonet/fr.sh
French analyzer for ES
#!/bin/bash
ES='http://localhost:9200'
ESIDX='test3'
ESTYPE='test'
curl -XDELETE $ES/$ESIDX
curl -XPUT $ES/$ESIDX/ -d '{
"settings" : {