Skip to content

Instantly share code, notes, and snippets.

@kireet
kireet / gist:9005493
Created February 14, 2014 17:41
icu analysis/stopwords issue
result=`curl -s -XDELETE 'http://localhost:9200/test?pretty=true'`
echo "$result"
echo "attempting index creation"
result=`curl -s -XPOST 'http://localhost:9200/test?pretty=true' -d '{
"index" : {
"analysis" : {
"analyzer" : {
"_fr" : {
@kireet
kireet / tcbug2.sh
Created July 12, 2012 15:05
top children scoring bug
#!/bin/bash
echo "attempting index delete"
result=`curl -s -XDELETE 'http://localhost:9200/tcbug?pretty=true'`
echo "$result"
echo "attempting index creation"
result=`curl -s -XPOST 'http://localhost:9200/tcbug?pretty=true' -d '{
"index": {
"number_of_shards": 1,
@kireet
kireet / es_tcbug.sh
Created April 14, 2012 06:25
elastic search bug when running top_children queries
#!/bin/bash
echo "attempting index delete"
result=`curl -s -XDELETE 'http://localhost:9200/tcbug?pretty=true'`
echo "$result"
echo "attempting index creation"
result=`curl -s -XPOST 'http://localhost:9200/tcbug?pretty=true' -d '{
"index": {
"number_of_shards": 1,