Moved libraries around, added US state field to loader
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user