Skip to content

Instantly share code, notes, and snippets.

View naro's full-sized avatar

Radim Novotný naro

  • Kuřim, Czech Republic
View GitHub Profile
curl -XDELETE "http://localhost:9200/test"
curl -XPOST "http://localhost:9200/test" -d'
{
"mappings": {
"profile": {
"properties": {
"department": {"type": "string", "index": "not_analyzed"},
"title": {"type": "string"},
"email": {"type": "string", "index": "not_analyzed"},