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