Moved libraries around, added US state field to loader

This commit is contained in:
Rashid Khan
2013-01-29 14:29:32 -07:00
parent 54752ce05b
commit d7c008d807
16 changed files with 189 additions and 280 deletions
+1
View File
@@ -13,6 +13,7 @@ curl -XPUT http://localhost:9200/_template/shakespeare -d '
"play_name" : {"type": "string", "index" : "not_analyzed" },
"line_id" : { "type" : "integer", "index": "not_analyzed" },
"speech_number" : { "type" : "integer", "index": "not_analyzed" },
"state" : {"type": "string", "index" : "not_analyzed" },
"country" : {"type": "string", "index" : "not_analyzed" }
}
}