Page MenuHomePhabricator
Paste P3373

(An Untitled Masterwork)
ActivePublic

Authored by EBernhardson on Jul 12 2016, 4:48 PM.
Tags
None
Referenced Files
F4266285:
Jul 12 2016, 4:48 PM
Subscribers
None
AQS err_code mapping:
{
"type": "string",
"index": "not_analyzed",
"doc_values": true
}
long_to_string template:
{
"long_to_string": {
"mapping": {
"index": "not_analyzed",
"doc_values": true,
"type": "string"
},
"match_mapping_type": "long"
}
}
kartotherian err_code mapping:
{
"type": "string",
"norms": {
"enabled": false
},
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed",
"doc_values": true,
"ignore_above": 256
}
}
}
string_fields template:
"string_fields": {
"mapping": {
"type": "multi_field",
"fields": {
"raw": {
"index": "not_analyzed",
"ignore_above": 256,
"doc_values": true,
"type": "string"
},
"{name}": {
"index": "analyzed",
"omit_norms": true,
"type": "string"
}
}
},
"match_mapping_type": "string",
"match": "*"
}