Replaced troublesome pyes integration with direct calls made to elasticsearch rest api
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user