Skip to content

Instantly share code, notes, and snippets.

View wizidot's full-sized avatar

Rom1Gar wizidot

  • france, aix en provence
View GitHub Profile
curl -XPUT localhost:9200/places -d '{
"settings" : {
"index" : {
"analysis" : {
"default" : {
"type" : "custom",
"tokenizer" : "whitespace",
"filter" : ["standard", "lowercase", "snowball"]
},
"motcle":{