1{
2 "mappings": {
3 "properties": {
4 "id": {
5 "type": "long"
6 },
7 "parent_id": {
8 "type": "long"
9 },
10 "created_at": {
11 "type": "date"
12 },
13 "updated_at": {
14 "type": "date"
15 },
16 "checked_at": {
17 "type": "date"
18 },
19 "changed_at": {
20 "type": "date"
21 },
22 "experience_change_last_identified_at": {
23 "type": "date"
24 },
25 "is_deleted": {
26 "type": "byte"
27 },
28 "is_parent": {
29 "type": "byte"
30 },
31 "professional_network_url": {
32 "type": "text",
33 "fields": {
34 "exact": {
35 "type": "keyword",
36 "null_value": "NULL"
37 }
38 }
39 },
40 "professional_network_shorthand_names": {
41 "type": "text",
42 "fields": {
43 "exact": {
44 "type": "keyword",
45 "null_value": "NULL"
46 }
47 }
48 },
49 "historical_ids": {
50 "type": "text"
51 },
52 "full_name": {
53 "type": "text",
54 "fields": {
55 "exact": {
56 "type": "keyword",
57 "null_value": "NULL"
58 }
59 }
60 },
61 "first_name": {
62 "type": "text",
63 "fields": {
64 "exact": {
65 "type": "keyword",
66 "null_value": "NULL"
67 }
68 }
69 },
70 "first_name_initial": {
71 "type": "keyword",
72 "index": false,
73 "doc_values": false
74 },
75 "middle_name": {
76 "type": "text",
77 "fields": {
78 "exact": {
79 "type": "keyword",
80 "null_value": "NULL"
81 }
82 }
83 },
84 "middle_name_initial": {
85 "type": "keyword",
86 "index": false,
87 "doc_values": false
88 },
89 "last_name": {
90 "type": "text",
91 "fields": {
92 "exact": {
93 "type": "keyword",
94 "null_value": "NULL"
95 }
96 }
97 },
98 "last_name_initial": {
99 "type": "keyword",
100 "index": false,
101 "doc_values": false
102 },
103 "headline": {
104 "type": "text"
105 },
106 "summary": {
107 "type": "text"
108 },
109 "picture_url": {
110 "type": "keyword",
111 "index": false,
112 "doc_values": false
113 },
114 "location_country": {
115 "type": "keyword",
116 "null_value": "NULL"
117 },
118 "location_country_iso_2": {
119 "type": "keyword",
120 "null_value": "NULL"
121 },
122 "location_country_iso_3": {
123 "type": "keyword",
124 "null_value": "NULL"
125 },
126 "location_full": {
127 "type": "text",
128 "fields": {
129 "exact": {
130 "type": "keyword",
131 "null_value": "NULL"
132 }
133 }
134 },
135 "location_regions": {
136 "type": "text",
137 "fields": {
138 "exact": {
139 "type": "keyword",
140 "null_value": "NULL"
141 }
142 }
143 },
144 "interests": {
145 "type": "text"
146 },
147 "inferred_skills": {
148 "type": "text"
149 },
150 "connections_count": {
151 "type": "long"
152 },
153 "followers_count": {
154 "type": "long"
155 },
156 "services": {
157 "type": "text",
158 "fields": {
159 "exact": {
160 "type": "keyword",
161 "null_value": "NULL"
162 }
163 }
164 },
165 "primary_professional_email": {
166 "type": "text",
167 "fields": {
168 "exact": {
169 "type": "keyword",
170 "null_value": "NULL"
171 }
172 }
173 },
174 "primary_professional_email_status": {
175 "type": "text",
176 "fields": {
177 "exact": {
178 "type": "keyword",
179 "null_value": "NULL"
180 }
181 }
182 },
183 "professional_emails_collection": {
184 "type": "nested",
185 "properties": {
186 "professional_email": {
187 "type": "text",
188 "fields": {
189 "exact": {
190 "type": "keyword",
191 "null_value": "NULL"
192 }
193 }
194 },
195 "professional_email_status": {
196 "type": "text",
197 "fields": {
198 "exact": {
199 "type": "keyword",
200 "null_value": "NULL"
201 }
202 }
203 },
204 "order_of_priority": {
205 "type": "short"
206 }
207 }
208 },
209 "is_working": {
210 "type": "byte"
211 },
212 "active_experience_company_id": {
213 "type": "long"
214 },
215 "active_experience_title": {
216 "type": "text",
217 "fields": {
218 "exact": {
219 "type": "keyword",
220 "null_value": "NULL"
221 }
222 }
223 },
224 "active_experience_description": {
225 "type": "text"
226 },
227 "active_experience_department": {
228 "type": "text",
229 "fields": {
230 "exact": {
231 "type": "keyword",
232 "null_value": "NULL"
233 }
234 }
235 },
236 "active_experience_management_level": {
237 "type": "text",
238 "fields": {
239 "exact": {
240 "type": "keyword",
241 "null_value": "NULL"
242 }
243 }
244 },
245 "is_decision_maker": {
246 "type": "byte"
247 },
248 "total_experience_duration_months": {
249 "type": "long"
250 },
251 "total_experience_duration_months_breakdown_department": {
252 "type": "nested",
253 "properties": {
254 "department": {
255 "type": "text",
256 "fields": {
257 "exact": {
258 "type": "keyword",
259 "null_value": "NULL"
260 }
261 }
262 },
263 "total_experience_duration_months": {
264 "type": "long"
265 }
266 }
267 },
268 "total_experience_duration_months_breakdown_management_level": {
269 "type": "nested",
270 "properties": {
271 "management_level": {
272 "type": "text",
273 "fields": {
274 "exact": {
275 "type": "keyword",
276 "null_value": "NULL"
277 }
278 }
279 },
280 "total_experience_duration_months": {
281 "type": "long"
282 }
283 }
284 },
285 "experience": {
286 "type": "nested",
287 "properties": {
288 "active_experience": {
289 "type": "byte"
290 },
291 "position_title": {
292 "type": "text",
293 "fields": {
294 "exact": {
295 "type": "keyword",
296 "null_value": "NULL"
297 }
298 }
299 },
300 "department": {
301 "type": "text",
302 "fields": {
303 "exact": {
304 "type": "keyword",
305 "null_value": "NULL"
306 }
307 }
308 },
309 "management_level": {
310 "type": "text",
311 "fields": {
312 "exact": {
313 "type": "keyword",
314 "null_value": "NULL"
315 }
316 }
317 },
318 "location": {
319 "type": "text",
320 "fields": {
321 "exact": {
322 "type": "keyword",
323 "null_value": "NULL"
324 }
325 }
326 },
327 "date_from": {
328 "type": "date",
329 "format": "MMMM uuuu||uuuu",
330 "locale": "en",
331 "ignore_malformed": true
332 },
333 "date_from_year": {
334 "type": "short"
335 },
336 "date_from_month": {
337 "type": "byte"
338 },
339 "date_to": {
340 "type": "date",
341 "format": "MMMM uuuu||uuuu",
342 "locale": "en",
343 "ignore_malformed": true
344 },
345 "date_to_year": {
346 "type": "short"
347 },
348 "date_to_month": {
349 "type": "byte"
350 },
351 "duration_months": {
352 "type": "short"
353 },
354 "company_id": {
355 "type": "long"
356 },
357 "company_name": {
358 "type": "text",
359 "fields": {
360 "exact": {
361 "type": "keyword",
362 "null_value": "NULL"
363 }
364 }
365 },
366 "company_type": {
367 "type": "text",
368 "fields": {
369 "exact": {
370 "type": "keyword",
371 "null_value": "NULL"
372 }
373 }
374 },
375 "company_founded_year": {
376 "type": "short"
377 },
378 "company_followers_count": {
379 "type": "long"
380 },
381 "company_website": {
382 "type": "text",
383 "fields": {
384 "exact": {
385 "type": "keyword",
386 "null_value": "NULL",
387 },
388 "domain_only": {
389 "type": "text",
390 }
391 }
392 },
393 "company_facebook_url": {
394 "type": "text",
395 "fields": {
396 "exact": {
397 "type": "keyword",
398 "null_value": "NULL",
399 }
400 }
401 },
402 "company_twitter_url": {
403 "type": "text",
404 "fields": {
405 "exact": {
406 "type": "keyword",
407 "null_value": "NULL",
408 }
409 }
410 },
411 "company_linkedin_url": {
412 "type": "text",
413 "fields": {
414 "exact": {
415 "type": "keyword",
416 "null_value": "NULL",
417 }
418 }
419 },
420 "company_size_range": {
421 "type": "keyword",
422 "null_value": "NULL"
423 },
424 "company_employees_count": {
425 "type": "long"
426 },
427 "company_industry": {
428 "type": "text",
429 "fields": {
430 "exact": {
431 "type": "keyword",
432 "null_value": "NULL"
433 }
434 }
435 },
436 "company_categories_and_keywords": {
437 "type": "text"
438 },
439 "company_annual_revenue_source_5": {
440 "type": "long"
441 },
442 "company_annual_revenue_currency_source_5": {
443 "type": "text",
444 "fields": {
445 "exact": {
446 "type": "keyword",
447 "null_value": "NULL"
448 }
449 }
450 },
451 "company_annual_revenue_source_1": {
452 "type": "double"
453 },
454 "company_annual_revenue_currency_source_1": {
455 "type": "text",
456 "fields": {
457 "exact": {
458 "type": "keyword",
459 "null_value": "NULL"
460 }
461 }
462 },
463 "company_employees_count_change_yearly_percentage": {
464 "type": "double"
465 },
466 "company_last_funding_round_date": {
467 "type": "date"
468 },
469 "company_last_funding_round_amount_raised": {
470 "type": "long"
471 },
472 "company_hq_full_address": {
473 "type": "text"
474 },
475 "company_hq_country": {
476 "type": "keyword"
477 },
478 "company_hq_regions": {
479 "type": "text"
480 },
481 "company_hq_country_iso2": {
482 "type": "keyword"
483 },
484 "company_hq_country_iso3": {
485 "type": "keyword"
486 },
487 "company_hq_city": {
488 "type": "text"
489 },
490 "company_hq_state": {
491 "type": "text"
492 },
493 "company_hq_street": {
494 "type": "text"
495 },
496 "company_hq_zipcode": {
497 "type": "text"
498 },
499 "company_last_updated_at": {
500 "type": "date"
501 },
502 "company_stock_ticker": {
503 "type": "nested",
504 "properties": {
505 "exchange": {
506 "type": "text",
507 "fields": {
508 "exact": {
509 "type": "keyword",
510 "null_value": "NULL"
511 }
512 }
513 },
514 "ticker": {
515 "type": "keyword"
516 }
517 }
518 },
519 "company_is_b2b": {
520 "type": "byte"
521 },
522 "order_in_profile": {
523 "type": "integer"
524 }
525 }
526 },
527 "projected_base_salary_p25": {
528 "type": "double",
529 "index": false,
530 "doc_values": false
531 },
532 "projected_base_salary_median": {
533 "type": "double",
534 "index": false,
535 "doc_values": false
536 },
537 "projected_base_salary_p75": {
538 "type": "double",
539 "index": false,
540 "doc_values": false
541 },
542 "projected_base_salary_period": {
543 "type": "keyword",
544 "index": false,
545 "doc_values": false
546 },
547 "projected_base_salary_currency": {
548 "type": "keyword",
549 "index": false,
550 "doc_values": false
551 },
552 "projected_base_salary_updated_at": {
553 "type": "date",
554 "index": false,
555 "doc_values": false
556 },
557 "projected_additional_salary": {
558 "type": "nested",
559 "properties": {
560 "projected_additional_salary_type": {
561 "type": "keyword",
562 "index": false,
563 "doc_values": false
564 },
565 "projected_additional_salary_p25": {
566 "type": "double",
567 "index": false,
568 "doc_values": false
569 },
570 "projected_additional_salary_median": {
571 "type": "double",
572 "index": false,
573 "doc_values": false
574 },
575 "projected_additional_salary_p75": {
576 "type": "double",
577 "index": false,
578 "doc_values": false
579 }
580 }
581 },
582 "projected_additional_salary_period": {
583 "type": "keyword",
584 "index": false,
585 "doc_values": false
586 },
587 "projected_additional_salary_currency": {
588 "type": "keyword",
589 "index": false,
590 "doc_values": false
591 },
592 "projected_additional_salary_updated_at": {
593 "type": "date",
594 "index": false,
595 "doc_values": false
596 },
597 "projected_total_salary_p25": {
598 "type": "double",
599 "index": false,
600 "doc_values": false
601 },
602 "projected_total_salary_median": {
603 "type": "double",
604 "index": false,
605 "doc_values": false
606 },
607 "projected_total_salary_p75": {
608 "type": "double",
609 "index": false,
610 "doc_values": false
611 },
612 "projected_total_salary_period": {
613 "type": "keyword",
614 "index": false,
615 "doc_values": false
616 },
617 "projected_total_salary_currency": {
618 "type": "keyword",
619 "index": false,
620 "doc_values": false
621 },
622 "projected_total_salary_updated_at": {
623 "type": "date",
624 "index": false,
625 "doc_values": false
626 },
627 "last_graduation_date": {
628 "type": "short"
629 },
630 "education_degrees": {
631 "type": "text"
632 },
633 "education": {
634 "type": "nested",
635 "properties": {
636 "degree": {
637 "type": "text",
638 "fields": {
639 "exact": {
640 "type": "keyword",
641 "null_value": "NULL"
642 }
643 }
644 },
645 "description": {
646 "type": "text"
647 },
648 "institution_url": {
649 "type": "text",
650 "fields": {
651 "exact": {
652 "type": "keyword",
653 "null_value": "NULL",
654 },
655 "domain_only": {
656 "type": "text",
657 }
658 }
659 },
660 "institution_name": {
661 "type": "text",
662 "fields": {
663 "exact": {
664 "type": "keyword",
665 "null_value": "NULL"
666 }
667 }
668 },
669 "institution_full_address": {
670 "type": "text",
671 "fields": {
672 "exact": {
673 "type": "keyword",
674 "null_value": "NULL"
675 }
676 }
677 },
678 "institution_country_iso2": {
679 "type": "keyword"
680 },
681 "institution_country_iso3": {
682 "type": "keyword"
683 },
684 "institution_regions": {
685 "type": "text"
686 },
687 "institution_city": {
688 "type": "text"
689 },
690 "institution_state": {
691 "type": "text"
692 },
693 "institution_street": {
694 "type": "text"
695 },
696 "institution_zipcode": {
697 "type": "text"
698 },
699 "date_from_year": {
700 "type": "short"
701 },
702 "date_to_year": {
703 "type": "short"
704 },
705 "activities_and_societies": {
706 "type": "text",
707 "fields": {
708 "exact": {
709 "type": "keyword",
710 "null_value": "NULL"
711 }
712 }
713 },
714 "order_in_profile": {
715 "type": "integer"
716 }
717 }
718 },
719 "recommendations_count": {
720 "type": "long"
721 },
722 "recommendations": {
723 "type": "nested",
724 "properties": {
725 "recommendation": {
726 "type": "text",
727 "fields": {
728 "exact": {
729 "type": "keyword",
730 "null_value": "NULL"
731 }
732 }
733 },
734 "referee_full_name": {
735 "type": "text",
736 "fields": {
737 "exact": {
738 "type": "keyword",
739 "null_value": "NULL"
740 }
741 }
742 },
743 "referee_url": {
744 "type": "text",
745 "fields": {
746 "exact": {
747 "type": "keyword",
748 "null_value": "NULL",
749 },
750 "domain_only": {
751 "type": "text",
752 }
753 }
754 },
755 "order_in_profile": {
756 "type": "integer"
757 }
758 }
759 },
760 "activity": {
761 "type": "nested",
762 "properties": {
763 "activity_url": {
764 "type": "text",
765 "fields": {
766 "exact": {
767 "type": "keyword",
768 "null_value": "NULL",
769 },
770 "domain_only": {
771 "type": "text",
772 }
773 }
774 },
775 "title": {
776 "type": "text",
777 "fields": {
778 "exact": {
779 "type": "keyword",
780 "null_value": "NULL"
781 }
782 }
783 },
784 "action": {
785 "type": "text",
786 "fields": {
787 "exact": {
788 "type": "keyword",
789 "null_value": "NULL"
790 }
791 }
792 },
793 "order_in_profile": {
794 "type": "integer"
795 }
796 }
797 },
798 "awards": {
799 "type": "nested",
800 "properties": {
801 "title": {
802 "type": "text",
803 "fields": {
804 "exact": {
805 "type": "keyword",
806 "null_value": "NULL"
807 }
808 }
809 },
810 "issuer": {
811 "type": "text",
812 "fields": {
813 "exact": {
814 "type": "keyword",
815 "null_value": "NULL"
816 }
817 }
818 },
819 "description": {
820 "type": "text",
821 "fields": {
822 "exact": {
823 "type": "keyword",
824 "null_value": "NULL"
825 }
826 }
827 },
828 "date": {
829 "type": "date",
830 "format": "MMMM uuuu||uuuu",
831 "locale": "en",
832 "ignore_malformed": true
833 },
834 "date_year": {
835 "type": "integer"
836 },
837 "date_month": {
838 "type": "integer"
839 },
840 "order_in_profile": {
841 "type": "integer"
842 }
843 }
844 },
845 "courses": {
846 "type": "nested",
847 "properties": {
848 "organizer": {
849 "type": "text",
850 "fields": {
851 "exact": {
852 "type": "keyword",
853 "null_value": "NULL"
854 }
855 }
856 },
857 "title": {
858 "type": "text",
859 "fields": {
860 "exact": {
861 "type": "keyword",
862 "null_value": "NULL"
863 }
864 }
865 },
866 "order_in_profile": {
867 "type": "integer"
868 }
869 }
870 },
871 "certifications": {
872 "type": "nested",
873 "properties": {
874 "title": {
875 "type": "text",
876 "fields": {
877 "exact": {
878 "type": "keyword",
879 "null_value": "NULL"
880 }
881 }
882 },
883 "issuer": {
884 "type": "text",
885 "fields": {
886 "exact": {
887 "type": "keyword",
888 "null_value": "NULL"
889 }
890 }
891 },
892 "issuer_url": {
893 "type": "text",
894 "fields": {
895 "exact": {
896 "type": "keyword",
897 "null_value": "NULL",
898 },
899 "domain_only": {
900 "type": "text",
901 }
902 }
903 },
904 "credential_id": {
905 "type": "keyword"
906 },
907 "certificate_url": {
908 "type": "text",
909 "fields": {
910 "exact": {
911 "type": "keyword",
912 "null_value": "NULL",
913 },
914 "domain_only": {
915 "type": "text",
916 }
917 }
918 },
919 "date_from": {
920 "type": "date",
921 "format": "MMMM uuuu||uuuu",
922 "locale": "en",
923 "ignore_malformed": true
924 },
925 "date_from_year": {
926 "type": "integer"
927 },
928 "date_from_month": {
929 "type": "integer"
930 },
931 "date_to": {
932 "type": "date",
933 "format": "MMMM uuuu||uuuu",
934 "locale": "en",
935 "ignore_malformed": true
936 },
937 "date_to_year": {
938 "type": "integer"
939 },
940 "date_to_month": {
941 "type": "integer"
942 },
943 "order_in_profile": {
944 "type": "integer"
945 }
946 }
947 },
948 "languages": {
949 "type": "nested",
950 "properties": {
951 "language": {
952 "type": "text",
953 "fields": {
954 "exact": {
955 "type": "keyword",
956 "null_value": "NULL"
957 }
958 }
959 },
960 "proficiency": {
961 "type": "text",
962 "fields": {
963 "exact": {
964 "type": "keyword",
965 "null_value": "NULL"
966 }
967 }
968 },
969 "order_in_profile": {
970 "type": "integer"
971 }
972 }
973 },
974 "patents_count": {
975 "type": "long"
976 },
977 "patents_topics": {
978 "type": "text"
979 },
980 "patents": {
981 "type": "nested",
982 "properties": {
983 "title": {
984 "type": "text"
985 },
986 "status": {
987 "type": "text"
988 },
989 "description": {
990 "type": "text"
991 },
992 "patent_url": {
993 "type": "text",
994 "fields": {
995 "exact": {
996 "type": "keyword",
997 "null_value": "NULL",
998 },
999 "domain_only": {
1000 "type": "text",
1001 }
1002 }
1003 },
1004 "date": {
1005 "type": "date",
1006 "format": "MMMM uuuu||uuuu",
1007 "locale": "en",
1008 "ignore_malformed": true
1009 },
1010 "date_year": {
1011 "type": "short"
1012 },
1013 "date_month": {
1014 "type": "byte"
1015 },
1016 "patent_number": {
1017 "type": "keyword"
1018 },
1019 "order_in_profile": {
1020 "type": "integer"
1021 }
1022 }
1023 },
1024 "publications_count": {
1025 "type": "long"
1026 },
1027 "publications_topics": {
1028 "type": "text"
1029 },
1030 "publications": {
1031 "type": "nested",
1032 "properties": {
1033 "title": {
1034 "type": "text"
1035 },
1036 "description": {
1037 "type": "text"
1038 },
1039 "publication_url": {
1040 "type": "text",
1041 "fields": {
1042 "exact": {
1043 "type": "keyword",
1044 "null_value": "NULL",
1045 },
1046 "domain_only": {
1047 "type": "text",
1048 }
1049 }
1050 },
1051 "publisher_names": {
1052 "type": "text"
1053 },
1054 "date": {
1055 "type": "date",
1056 "format": "MMMM uuuu||uuuu",
1057 "locale": "en",
1058 "ignore_malformed": true
1059 },
1060 "date_year": {
1061 "type": "short"
1062 },
1063 "date_month": {
1064 "type": "short"
1065 },
1066 "order_in_profile": {
1067 "type": "long"
1068 }
1069 }
1070 },
1071 "projects_count": {
1072 "type": "long"
1073 },
1074 "projects_topics": {
1075 "type": "text"
1076 },
1077 "projects": {
1078 "type": "nested",
1079 "properties": {
1080 "name": {
1081 "type": "text"
1082 },
1083 "description": {
1084 "type": "text"
1085 },
1086 "project_url": {
1087 "type": "text",
1088 "fields": {
1089 "exact": {
1090 "type": "keyword",
1091 "null_value": "NULL",
1092 },
1093 "domain_only": {
1094 "type": "text",
1095 }
1096 }
1097 },
1098 "date_from": {
1099 "type": "date",
1100 "format": "MMMM uuuu||uuuu",
1101 "locale": "en",
1102 "ignore_malformed": true
1103 },
1104 "date_from_year": {
1105 "type": "short"
1106 },
1107 "date_from_month": {
1108 "type": "byte"
1109 },
1110 "date_to": {
1111 "type": "date",
1112 "format": "MMMM uuuu||uuuu",
1113 "locale": "en",
1114 "ignore_malformed": true
1115 },
1116 "date_to_year": {
1117 "type": "short"
1118 },
1119 "date_to_month": {
1120 "type": "byte"
1121 },
1122 "order_in_profile": {
1123 "type": "integer"
1124 }
1125 }
1126 },
1127 "organizations": {
1128 "type": "nested",
1129 "properties": {
1130 "organization_name": {
1131 "type": "text",
1132 "fields": {
1133 "exact": {
1134 "type": "keyword",
1135 "null_value": "NULL"
1136 }
1137 }
1138 },
1139 "position": {
1140 "type": "text",
1141 "fields": {
1142 "exact": {
1143 "type": "keyword",
1144 "null_value": "NULL"
1145 }
1146 }
1147 },
1148 "description": {
1149 "type": "text"
1150 },
1151 "date_from": {
1152 "type": "date",
1153 "format": "MMMM uuuu||uuuu",
1154 "locale": "en",
1155 "ignore_malformed": true
1156 },
1157 "date_from_year": {
1158 "type": "short"
1159 },
1160 "date_from_month": {
1161 "type": "byte"
1162 },
1163 "date_to": {
1164 "type": "date",
1165 "format": "MMMM uuuu||uuuu",
1166 "locale": "en",
1167 "ignore_malformed": true
1168 },
1169 "date_to_year": {
1170 "type": "short"
1171 },
1172 "date_to_month": {
1173 "type": "byte"
1174 },
1175 "order_in_profile": {
1176 "type": "integer"
1177 }
1178 }
1179 },
1180 "github_url": {
1181 "type": "text",
1182 "fields": {
1183 "exact": {
1184 "type": "keyword",
1185 "null_value": "NULL"
1186 }
1187 }
1188 },
1189 "github_username": {
1190 "type": "text",
1191 "fields": {
1192 "exact": {
1193 "type": "keyword",
1194 "null_value": "NULL"
1195 }
1196 }
1197 },
1198 "github_mapping_confidence": {
1199 "type": "integer"
1200 },
1201 "github_contributions_count": {
1202 "type": "long"
1203 },
1204 "github_repos_summary": {
1205 "type": "nested",
1206 "properties": {
1207 "name": {
1208 "type": "text",
1209 "fields": {
1210 "exact": {
1211 "type": "keyword",
1212 "null_value": "NULL"
1213 }
1214 }
1215 },
1216 "summary": {
1217 "type": "text"
1218 },
1219 "starts": {
1220 "type": "long"
1221 },
1222 "contributions_count": {
1223 "type": "long"
1224 }
1225 }
1226 },
1227 "profile_root_field_changes_summary": {
1228 "type": "nested",
1229 "properties": {
1230 "field_name": {
1231 "type": "keyword"
1232 },
1233 "change_type": {
1234 "type": "keyword"
1235 },
1236 "last_changed_at": {
1237 "type": "date",
1238 "format": "yyyy-MM-dd HH:mm:ss.SSSSSS"
1239 }
1240 }
1241 },
1242 "profile_collection_field_changes_summary": {
1243 "type": "nested",
1244 "properties": {
1245 "field_name": {
1246 "type": "keyword"
1247 },
1248 "last_changed_at": {
1249 "type": "date",
1250 "format": "yyyy-MM-dd HH:mm:ss.SSSSSS"
1251 }
1252 }
1253 },
1254 "experience_recently_started": {
1255 "type": "nested",
1256 "properties": {
1257 "company_id": {
1258 "type": "long"
1259 },
1260 "company_name": {
1261 "type": "text",
1262 "fields": {
1263 "exact": {
1264 "type": "keyword",
1265 "null_value": "NULL"
1266 }
1267 }
1268 },
1269 "company_url": {
1270 "type": "text",
1271 "fields": {
1272 "exact": {
1273 "type": "keyword",
1274 "null_value": "NULL",
1275 },
1276 "domain_only": {
1277 "type": "text",
1278 }
1279 }
1280 },
1281 "company_shorthand_name": {
1282 "type": "text",
1283 "fields": {
1284 "exact": {
1285 "type": "keyword",
1286 "null_value": "NULL"
1287 }
1288 }
1289 },
1290 "date_from": {
1291 "type": "date",
1292 "format": "MMM uuuu||uuuu",
1293 "locale": "en",
1294 "ignore_malformed": true
1295 },
1296 "date_to": {
1297 "type": "date",
1298 "format": "MMM uuuu||uuuu",
1299 "locale": "en",
1300 "ignore_malformed": true
1301 },
1302 "title": {
1303 "type": "text",
1304 "fields": {
1305 "exact": {
1306 "type": "keyword",
1307 "null_value": "NULL"
1308 }
1309 }
1310 },
1311 "identification_date": {
1312 "type": "date",
1313 "format": "yyyy-MM-dd HH:mm:ss.SSSSSS"
1314 }
1315 }
1316 },
1317 "experience_recently_closed": {
1318 "type": "nested",
1319 "properties": {
1320 "company_id": {
1321 "type": "long"
1322 },
1323 "company_name": {
1324 "type": "text",
1325 "fields": {
1326 "exact": {
1327 "type": "keyword",
1328 "null_value": "NULL"
1329 }
1330 }
1331 },
1332 "company_url": {
1333 "type": "text",
1334 "fields": {
1335 "exact": {
1336 "type": "keyword",
1337 "null_value": "NULL",
1338 },
1339 "domain_only": {
1340 "type": "text",
1341 }
1342 }
1343 },
1344 "company_shorthand_name": {
1345 "type": "text",
1346 "fields": {
1347 "exact": {
1348 "type": "keyword",
1349 "null_value": "NULL"
1350 }
1351 }
1352 },
1353 "date_from": {
1354 "type": "date",
1355 "format": "MMM uuuu||uuuu",
1356 "locale": "en",
1357 "ignore_malformed": true
1358 },
1359 "date_to": {
1360 "type": "date",
1361 "format": "MMM uuuu||uuuu",
1362 "locale": "en",
1363 "ignore_malformed": true
1364 },
1365 "title": {
1366 "type": "text",
1367 "fields": {
1368 "exact": {
1369 "type": "keyword",
1370 "null_value": "NULL"
1371 }
1372 }
1373 },
1374 "identification_date": {
1375 "type": "date",
1376 "format": "yyyy-MM-dd HH:mm:ss.SSSSSS"
1377 }
1378 }
1379 }
1380 }
1381 }
1382}
1383