Replaced troublesome pyes integration with direct calls made to elasticsearch rest api

This commit is contained in:
Slater-Victoroff
2013-06-06 08:56:16 -04:00
parent d1be90bbc4
commit 3b165da170
5 changed files with 165 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
{
"settings": {
"index": {
"number_of_replicas": 2,
"number_of_shards": 3
}
}
}