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

@@ -5,20 +5,7 @@
"index": "analyzed",
"store": "yes",
"type": "string",
"term_vector": "with_positions_offsets"
},
"phonetic_text": {
"boost": 1.0,
"index": "analyzed",
"store": "yes",
"type": "string",
"term_vector": "with_positions_offsets"
},
"uuid": {
"index": "not_analyzed",
"store": "yes",
"type": "string"
"term_vector": "with_positions_offsets",
"analyzer": "transcript_analyzer"
}
}