Files
edx-platform/common/djangoapps/search/mapping.json

11 lines
191 B
JSON

{
"searchable_text": {
"boost": 1.0,
"index": "analyzed",
"store": "yes",
"type": "string",
"term_vector": "with_positions_offsets",
"analyzer": "transcript_analyzer"
}
}