Skip to content

Instantly share code, notes, and snippets.

View themouette's full-sized avatar
🍎

Julien MUETTON themouette

🍎
View GitHub Profile
@themouette
themouette / terms.mkd
Last active December 15, 2015 07:09 — forked from clintongormley/terms.mkd

Declare child mapping:

curl -XPUT 'http://localhost:9200/test' -d '{
    "settings": {
        "analysis": {
            "analyzer": {
                "fullfields": {
                    "tokenizer" : "keyword",
                    "filter" : ["lowercase"],

"analyzer": "keyword"