Skip to content

Instantly share code, notes, and snippets.

@ballbrk
ballbrk / mapping.sh
Last active December 15, 2015 10:29
Problem with ElasticSearch 0.90 RC1
#!/bin/bash
curl -XPOST localhost:9200/geniuzz -d '
{
"settings":{
"index":{
"number_of_shards":10,
"number_of_replicas":2,
"analysis":{
"analyzer":{