Skip to content

Instantly share code, notes, and snippets.

View ogirardot's full-sized avatar

Olivier Girardot ogirardot

View GitHub Profile
@ogirardot
ogirardot / gist:5386898
Last active December 16, 2015 05:49 — forked from hlassiege/gist:5383739
curl -X DELETE localhost:9200/test
curl -X PUT localhost:9200/test -d '
{
"settings" : {
"index" : {
"analysis" : {
"analyzer" : {
"myanalyzer" : {
"type" : "custom",
"tokenizer" : "lowercase",