#HTTP_HEADER{Content-Type: application/json; charset=#CHARSET} "article":{ "properties":{ "date":{ "type":"date", "format":"yyy-MM-dd HH:mm:ss" }, "article_url":{ "type":"keyword" }, "article_documents":{ "properties":{ "titre":{ "type":"text" }, "id":{ "type":"keyword" }, "url":{ "type":"keyword" } } }, "article_body":{ "analyzer":"french_snowball", "type":"text", "fields":{ "whitespace":{ "analyzer":"french_whitespace", "type":"text" }, "ngram":{ "analyzer":"french_ngram", "type":"text" }, "shingle":{ "analyzer":"french_shingle", "type":"text" }, "french_std":{ "analyzer":"french_std", "type":"text" }, "special_chars":{ "analyzer":"special_chars", "type":"text" } } }, "article_title":{ "analyzer":"french_snowball", "type":"text", "fields":{ "whitespace":{ "analyzer":"french_whitespace", "type":"text" }, "ngram":{ "analyzer":"french_ngram", "type":"text" }, "shingle":{ "analyzer":"french_shingle", "type":"text" }, "french_std":{ "analyzer":"french_std", "type":"text" }, "special_chars":{ "analyzer":"special_chars", "type":"text" } } }, "article_authors":{ "type":"text", "analyzer":"french", "fields":{ "whitespace":{ "analyzer":"french_whitespace", "type":"text" }, "ngram":{ "analyzer":"french_ngram", "type":"text" }, "shingle":{ "analyzer":"french_shingle", "type":"text" }, "french_std":{ "analyzer":"french_std", "type":"text" } } }, "article_hierarchie":{ "properties":{ "level":{ "type":"long" }, "titre":{ "type":"text" }, "id":{ "type":"keyword" } } }, "article_mots":{ "properties":{ "title":{ "type":"text", "analyzer":"french_std", "fields":{ "whitespace":{ "analyzer":"french_whitespace", "type":"text" }, "shingle":{ "analyzer":"french_shingle", "type":"text" }, "exact":{ "type":"keyword" } } } } } } }