docs/mappings/index-settings.json
changeset 113 0baf6315d838
parent 103 c1329f9be074
child 123 baa26ee96741
equal deleted inserted replaced
112:88ef502db9b1 113:0baf6315d838
    72 				}
    72 				}
    73 			}
    73 			}
    74 		}
    74 		}
    75 	},
    75 	},
    76 	"mappings": {
    76 	"mappings": {
    77 		"_default_": {
    77 		"PyAMS_document": {
    78 			"properties": {
    78 			"properties": {
    79 				"internal_id": {
    79 				"internal_id": {
    80 					"type": "keyword"
    80 					"type": "keyword"
    81 				},
    81 				},
    82 				"reference_id": {
    82 				"reference_id": {
    83 					"type": "keyword"
    83 					"type": "keyword"
    84 				},
    84 				},
       
    85 				"parent_ids": {
       
    86 					"type": "keyword"
       
    87 				},
    85 				"content_type": {
    88 				"content_type": {
    86 					"type": "keyword"
    89 					"type": "keyword"
    87 				},
    90 				},
    88 				"title": {
    91 				"title": {
    89 					"type": "object",
    92 					"type": "object",
    97 							"search_analyzer": "french_search"
   100 							"search_analyzer": "french_search"
    98 						}
   101 						}
    99 					}
   102 					}
   100 				},
   103 				},
   101 				"short_name": {
   104 				"short_name": {
       
   105 					"type": "object",
       
   106 					"properties": {
       
   107 						"en": {
       
   108 							"type": "text"
       
   109 						},
       
   110 						"fr": {
       
   111 							"type": "text",
       
   112 							"analyzer": "french",
       
   113 							"search_analyzer": "french_search"
       
   114 						}
       
   115 					}
       
   116 				},
       
   117 				"header": {
   102 					"type": "object",
   118 					"type": "object",
   103 					"properties": {
   119 					"properties": {
   104 						"en": {
   120 						"en": {
   105 							"type": "text"
   121 							"type": "text"
   106 						},
   122 						},