Skip to content

Instantly share code, notes, and snippets.

@jillesvangurp
Created February 10, 2015 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jillesvangurp/4328b0df634b09c60f44 to your computer and use it in GitHub Desktop.
Save jillesvangurp/4328b0df634b09c60f44 to your computer and use it in GitHub Desktop.
es mapping
{
"inbot_users_v47": {
"mappings": {
"_default_": {
"dynamic_templates": [
{
"non_analyzed_string": {
"mapping": {
"index": "not_analyzed",
"type": "string"
},
"match": "*",
"match_mapping_type": "string"
}
}
],
"properties": {
"comments": {
"properties": {
"text": {
"type": "string",
"copy_to": [
"search_field"
]
}
}
},
"company": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"first_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"last_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"position": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"properties": {
"properties": {
"value": {
"type": "string",
"copy_to": [
"property_values"
]
}
}
},
"property_values": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"search_field": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"tags": {
"type": "string",
"analyzer": "lowercaseonly"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"verified_email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
}
}
},
"token": {
"dynamic_templates": [
{
"non_analyzed_string": {
"mapping": {
"index": "not_analyzed",
"type": "string"
},
"match": "*",
"match_mapping_type": "string"
}
}
],
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"application_id": {
"type": "string",
"index": "not_analyzed"
},
"comments": {
"properties": {
"text": {
"type": "string",
"copy_to": [
"search_field"
]
}
}
},
"company": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"count_calls": {
"type": "boolean"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"first_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"position": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"properties": {
"properties": {
"value": {
"type": "string",
"copy_to": [
"property_values"
]
}
}
},
"property_values": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"search_field": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"tags": {
"type": "string",
"analyzer": "lowercaseonly"
},
"token_type": {
"type": "string",
"index": "not_analyzed"
},
"ttl": {
"type": "date",
"format": "dateOptionalTime"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"use_once": {
"type": "boolean"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
},
"verified_email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
}
}
},
"usercontact;groupcontact": {
"dynamic_templates": [
{
"non_analyzed_string": {
"mapping": {
"index": "not_analyzed",
"type": "string"
},
"match": "*",
"match_mapping_type": "string"
}
}
],
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"comments": {
"properties": {
"text": {
"type": "string",
"copy_to": [
"search_field"
]
}
}
},
"company": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"first_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"last_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"position": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"properties": {
"properties": {
"value": {
"type": "string",
"copy_to": [
"property_values"
]
}
}
},
"property_values": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"query": {
"properties": {
"term": {
"properties": {
"user_id": {
"properties": {
"value": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
}
}
},
"search_field": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"tags": {
"type": "string",
"analyzer": "lowercaseonly"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"verified_email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
}
}
},
"usercontact": {
"dynamic_templates": [
{
"non_analyzed_string": {
"mapping": {
"index": "not_analyzed",
"type": "string"
},
"match": "*",
"match_mapping_type": "string"
}
}
],
"_parent": {
"type": "user"
},
"_routing": {
"required": true
},
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"account_name": {
"type": "string",
"index": "not_analyzed"
},
"audit_log": {
"properties": {
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"message": {
"type": "string",
"index": "not_analyzed"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"auto_generated_only": {
"type": "boolean"
},
"comments": {
"properties": {
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"tags": {
"properties": {
"length": {
"type": "long"
},
"offset": {
"type": "long"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"text": {
"type": "string",
"copy_to": [
"search_field"
]
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user": {
"properties": {
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"profile_contact_id": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
},
"company": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"contact_details": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"properties": {
"properties": {
"ABFormattedAddress": {
"type": "string",
"index": "not_analyzed"
},
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"CountryCode": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"SubAdministrativeArea": {
"type": "string",
"index": "not_analyzed"
},
"SubLocality": {
"type": "string",
"index": "not_analyzed"
},
"SubThoroughfare": {
"type": "string",
"index": "not_analyzed"
},
"Thoroughfare": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"contact_quality": {
"type": "double"
},
"contact_user_id": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"customer_account": {
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"account_value": {
"type": "long"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"current_deal": {
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"closed": {
"type": "boolean"
},
"conversions": {
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"at": {
"type": "date",
"format": "dateOptionalTime"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"customer_account_id": {
"type": "string",
"index": "not_analyzed"
},
"deal_id": {
"type": "string",
"index": "not_analyzed"
},
"deal_value": {
"type": "long"
},
"from": {
"type": "string",
"index": "not_analyzed"
},
"from_tag": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"sequence": {
"type": "long"
},
"to": {
"type": "string",
"index": "not_analyzed"
},
"to_tag": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"conversions_nr": {
"type": "long"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"current_stage": {
"type": "string",
"index": "not_analyzed"
},
"current_tag": {
"type": "string",
"index": "not_analyzed"
},
"customer_account_id": {
"type": "string",
"index": "not_analyzed"
},
"funnel_id": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"meta_data": {
"properties": {
"conversion_probability": {
"type": "string",
"index": "not_analyzed"
},
"currency": {
"type": "string",
"index": "not_analyzed"
},
"deal_value": {
"type": "long"
},
"due_date": {
"type": "date",
"format": "dateOptionalTime"
},
"timezone": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tags": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"current_deal_id": {
"type": "string",
"index": "not_analyzed"
},
"deals": {
"properties": {
"current_stage": {
"type": "string",
"index": "not_analyzed"
},
"current_tag": {
"type": "string",
"index": "not_analyzed"
},
"deal_id": {
"type": "string",
"index": "not_analyzed"
},
"deal_value": {
"type": "long"
}
}
},
"funnel_id": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"tracked_contacts": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"customer_account_id": {
"type": "string",
"index": "not_analyzed"
},
"deleted": {
"type": "boolean"
},
"email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"es_search_score": {
"type": "double"
},
"first_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"group_contact": {
"type": "boolean"
},
"handles": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"linked_contact_ids": {
"type": "string",
"index": "not_analyzed"
},
"linked_contacts": {
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"audit_log": {
"properties": {
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"message": {
"type": "string",
"index": "not_analyzed"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"auto_generated_only": {
"type": "boolean"
},
"comments": {
"properties": {
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"tags": {
"properties": {
"length": {
"type": "long"
},
"offset": {
"type": "long"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"text": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user": {
"properties": {
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"profile_contact_id": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_details": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"CountryCode": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"SubAdministrativeArea": {
"type": "string",
"index": "not_analyzed"
},
"SubLocality": {
"type": "string",
"index": "not_analyzed"
},
"SubThoroughfare": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"contact_quality": {
"type": "double"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"es_search_score": {
"type": "double"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"handles": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"linked_contact_ids": {
"type": "string",
"index": "not_analyzed"
},
"linked_contacts": {
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"audit_log": {
"properties": {
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"message": {
"type": "string",
"index": "not_analyzed"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"auto_generated_only": {
"type": "boolean"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_details": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"contact_quality": {
"type": "double"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"es_search_score": {
"type": "double"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"handles": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"linked_contact_ids": {
"type": "string",
"index": "not_analyzed"
},
"linked_contacts": {
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_details": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"contact_quality": {
"type": "double"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"es_search_score": {
"type": "double"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"handles": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"linked_contact_ids": {
"type": "string",
"index": "not_analyzed"
},
"linked_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_details": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"properties": {
"properties": {
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"contact_quality": {
"type": "double"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"handles": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"properties": {
"properties": {
"company": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"unlink_href": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_team_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_user_id": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"email": {
"type": "string",
"index": "not_analyzed"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"profile": {
"type": "boolean"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"properties": {
"properties": {
"company": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"providers": {
"properties": {
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"unlink_href": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_team_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"comments": {
"properties": {
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"tags": {
"properties": {
"length": {
"type": "long"
},
"offset": {
"type": "long"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"text": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user": {
"properties": {
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"profile_contact_id": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_user_id": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"email": {
"type": "string",
"index": "not_analyzed"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"meta_data": {
"type": "object"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"profile": {
"type": "boolean"
},
"providers": {
"properties": {
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tags": {
"type": "string",
"index": "not_analyzed"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"properties": {
"properties": {
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"providers": {
"properties": {
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"unlink_href": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_group_contacts": {
"properties": {
"group_id": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_team_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"comments": {
"properties": {
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"tags": {
"properties": {
"length": {
"type": "long"
},
"offset": {
"type": "long"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"text": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user": {
"properties": {
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"profile_contact_id": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_user_id": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"email": {
"type": "string",
"index": "not_analyzed"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"meta_data": {
"type": "object"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"profile": {
"type": "boolean"
},
"providers": {
"properties": {
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tags": {
"type": "string",
"index": "not_analyzed"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"meta_data": {
"type": "object"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"CountryCode": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"providers": {
"properties": {
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tags": {
"type": "string",
"index": "not_analyzed"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"unlink_href": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_group_contacts": {
"properties": {
"group_id": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_team_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"comments": {
"properties": {
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"tags": {
"properties": {
"length": {
"type": "long"
},
"offset": {
"type": "long"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"text": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user": {
"properties": {
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"profile_contact_id": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_user_id": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"email": {
"type": "string",
"index": "not_analyzed"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"meta_data": {
"type": "object"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"profile": {
"type": "boolean"
},
"providers": {
"properties": {
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tags": {
"type": "string",
"index": "not_analyzed"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_to": {
"type": "string",
"index": "not_analyzed"
},
"meta_data": {
"properties": {
"deal_value": {
"type": "long"
}
}
},
"name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"private": {
"type": "boolean"
},
"profile": {
"type": "boolean"
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"CountryCode": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"SubThoroughfare": {
"type": "string",
"index": "not_analyzed"
},
"Thoroughfare": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"copy_to": [
"property_values"
]
}
}
},
"property_values": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"providers": {
"properties": {
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"search_field": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"tags": {
"type": "string",
"analyzer": "lowercaseonly"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
},
"verified_email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
}
}
},
"user": {
"dynamic_templates": [
{
"non_analyzed_string": {
"mapping": {
"index": "not_analyzed",
"type": "string"
},
"match": "*",
"match_mapping_type": "string"
}
}
],
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"admin": {
"type": "boolean"
},
"call_count": {
"type": "long"
},
"comments": {
"properties": {
"text": {
"type": "string",
"copy_to": [
"search_field"
]
}
}
},
"company": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"connected_accounts": {
"properties": {
"address": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"credentials": {
"properties": {
"address": {
"type": "string",
"index": "not_analyzed"
},
"ews_url": {
"type": "string",
"index": "not_analyzed"
},
"expires": {
"type": "boolean"
},
"expires_at": {
"type": "date",
"format": "dateOptionalTime"
},
"password_encrypted": {
"type": "string",
"index": "not_analyzed"
},
"port": {
"type": "string",
"index": "not_analyzed"
},
"refresh_token": {
"type": "string",
"index": "not_analyzed"
},
"secret": {
"type": "string",
"index": "not_analyzed"
},
"token": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"username": {
"type": "string",
"index": "not_analyzed"
}
}
},
"ews_url": {
"type": "string",
"index": "not_analyzed"
},
"human_uid": {
"type": "string",
"index": "not_analyzed"
},
"info": {
"properties": {
"description": {
"type": "string",
"index": "not_analyzed"
},
"email": {
"type": "string",
"index": "not_analyzed"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"headline": {
"type": "string",
"index": "not_analyzed"
},
"image": {
"type": "string",
"index": "not_analyzed"
},
"industry": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"location": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"nickname": {
"type": "string",
"index": "not_analyzed"
},
"uid": {
"type": "long"
},
"urls": {
"properties": {
"Facebook": {
"type": "string",
"index": "not_analyzed"
},
"Google": {
"type": "string",
"index": "not_analyzed"
},
"Twitter": {
"type": "string",
"index": "not_analyzed"
},
"Website": {
"type": "string",
"index": "not_analyzed"
},
"public_profile": {
"type": "string",
"index": "not_analyzed"
}
}
},
"verified": {
"type": "boolean"
}
}
},
"port": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"scopes": {
"type": "string",
"index": "not_analyzed"
},
"uid": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"connected_accounts.credentials": {
"type": "object",
"enabled": false
},
"connected_accounts.meta": {
"type": "object",
"enabled": false
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"first_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"groups": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"internal": {
"properties": {
"account_status": {
"type": "string",
"index": "not_analyzed"
},
"authorized_roles": {
"type": "string",
"index": "not_analyzed"
},
"encryption_key": {
"type": "string",
"index": "not_analyzed"
},
"last_token": {
"type": "string",
"index": "not_analyzed"
}
}
},
"last_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"linked_contacts": {
"type": "object",
"enabled": false
},
"name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"password": {
"type": "string",
"index": "not_analyzed"
},
"password_hash": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"profile_contact_id": {
"type": "string",
"index": "not_analyzed"
},
"properties": {
"properties": {
"value": {
"type": "string",
"copy_to": [
"property_values"
]
}
}
},
"property_values": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"role": {
"type": "string",
"index": "not_analyzed"
},
"search_field": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"settings": {
"properties": {
"default_funnel": {
"type": "string",
"index": "not_analyzed"
},
"sales_funnels": {
"properties": {
"currency": {
"type": "string",
"index": "not_analyzed"
},
"deal_stages": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"next": {
"type": "string",
"index": "not_analyzed"
},
"require_deal_value": {
"type": "boolean"
},
"tags": {
"type": "string",
"index": "not_analyzed"
},
"title": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
}
}
},
"default_conversion_probability": {
"type": "double"
},
"default_due_date": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"initial_deal_stage": {
"type": "string",
"index": "not_analyzed"
},
"repeat_deal_stage": {
"type": "string",
"index": "not_analyzed"
},
"timezone": {
"type": "string",
"index": "not_analyzed"
},
"title": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
},
"source": {
"type": "string",
"index": "not_analyzed"
},
"tags": {
"type": "string",
"analyzer": "lowercaseonly"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"usercontacts": {
"type": "object",
"enabled": false
},
"valid": {
"type": "long"
},
"verified_email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
}
}
},
"customer_account": {
"dynamic_templates": [
{
"non_analyzed_string": {
"mapping": {
"index": "not_analyzed",
"type": "string"
},
"match": "*",
"match_mapping_type": "string"
}
}
],
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"account_value": {
"type": "long"
},
"comments": {
"properties": {
"text": {
"type": "string",
"copy_to": [
"search_field"
]
}
}
},
"company": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"current_deal_id": {
"type": "string",
"index": "not_analyzed"
},
"deals": {
"properties": {
"current_stage": {
"type": "string",
"index": "not_analyzed"
},
"current_tag": {
"type": "string",
"index": "not_analyzed"
},
"deal_id": {
"type": "string",
"index": "not_analyzed"
},
"deal_value": {
"type": "long"
}
}
},
"email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"first_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"funnel_id": {
"type": "string",
"index": "not_analyzed"
},
"group_id": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"position": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"properties": {
"properties": {
"value": {
"type": "string",
"copy_to": [
"property_values"
]
}
}
},
"property_values": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"search_field": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"tags": {
"type": "string",
"analyzer": "lowercaseonly"
},
"tracked_contacts": {
"properties": {
"group_id": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"user_id": {
"type": "string",
"index": "not_analyzed"
},
"verified_email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
}
}
},
"contact": {
"dynamic_templates": [
{
"non_analyzed_string": {
"mapping": {
"index": "not_analyzed",
"type": "string"
},
"match": "*",
"match_mapping_type": "string"
}
}
],
"_parent": {
"type": "user"
},
"_routing": {
"required": true
},
"properties": {
"comments": {
"properties": {
"text": {
"type": "string",
"copy_to": [
"search_field"
]
}
}
},
"company": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"first_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"last_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"position": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"properties": {
"properties": {
"value": {
"type": "string",
"copy_to": [
"property_values"
]
}
}
},
"property_values": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"search_field": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"tags": {
"type": "string",
"analyzer": "lowercaseonly"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"verified_email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
}
}
},
"group": {
"dynamic_templates": [
{
"non_analyzed_string": {
"mapping": {
"index": "not_analyzed",
"type": "string"
},
"match": "*",
"match_mapping_type": "string"
}
}
],
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"comments": {
"properties": {
"text": {
"type": "string",
"copy_to": [
"search_field"
]
}
}
},
"company": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"first_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"members": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"profile_contact_id": {
"type": "string",
"index": "not_analyzed"
},
"role": {
"type": "string",
"index": "not_analyzed"
}
}
},
"name": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"position": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"properties": {
"properties": {
"value": {
"type": "string",
"copy_to": [
"property_values"
]
}
}
},
"property_values": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"search_field": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"settings": {
"properties": {
"default_funnel": {
"type": "string",
"index": "not_analyzed"
},
"sales_funnels": {
"properties": {
"currency": {
"type": "string",
"index": "not_analyzed"
},
"deal_stages": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"next": {
"type": "string",
"index": "not_analyzed"
},
"require_deal_value": {
"type": "boolean"
},
"tags": {
"type": "string",
"index": "not_analyzed"
},
"title": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
}
}
},
"default_conversion_probability": {
"type": "double"
},
"default_due_date": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"initial_deal_stage": {
"type": "string",
"index": "not_analyzed"
},
"repeat_deal_stage": {
"type": "string",
"index": "not_analyzed"
},
"timezone": {
"type": "string",
"index": "not_analyzed"
},
"title": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
},
"tags": {
"type": "string",
"analyzer": "lowercaseonly"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"verified_email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
}
}
},
"groupcontact": {
"dynamic_templates": [
{
"non_analyzed_string": {
"mapping": {
"index": "not_analyzed",
"type": "string"
},
"match": "*",
"match_mapping_type": "string"
}
}
],
"_parent": {
"type": "group"
},
"_routing": {
"required": true
},
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"account_name": {
"type": "string",
"index": "not_analyzed"
},
"comments": {
"properties": {
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"tagged_users": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"comments": {
"properties": {
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"tags": {
"properties": {
"length": {
"type": "long"
},
"offset": {
"type": "long"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"text": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user": {
"properties": {
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"profile_contact_id": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_user_id": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"email": {
"type": "string",
"index": "not_analyzed"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"meta_data": {
"type": "object"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"profile": {
"type": "boolean"
},
"tags": {
"type": "string",
"index": "not_analyzed"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tags": {
"properties": {
"contact_id": {
"type": "string",
"index": "not_analyzed"
},
"length": {
"type": "long"
},
"offset": {
"type": "long"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"text": {
"type": "string",
"copy_to": [
"search_field"
]
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user": {
"properties": {
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"profile_contact_id": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
},
"company": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"contact_details": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"CountryCode": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"count": {
"type": "long"
},
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"contact_quality": {
"type": "double"
},
"contributor_ids": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"customer_account": {
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"account_value": {
"type": "long"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"current_deal": {
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"closed": {
"type": "boolean"
},
"closed_at": {
"type": "date",
"format": "dateOptionalTime"
},
"conversions": {
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"at": {
"type": "date",
"format": "dateOptionalTime"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"customer_account_id": {
"type": "string",
"index": "not_analyzed"
},
"deal_id": {
"type": "string",
"index": "not_analyzed"
},
"deal_value": {
"type": "long"
},
"from": {
"type": "string",
"index": "not_analyzed"
},
"from_tag": {
"type": "string",
"index": "not_analyzed"
},
"group_id": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"sequence": {
"type": "long"
},
"to": {
"type": "string",
"index": "not_analyzed"
},
"to_tag": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
},
"conversions_nr": {
"type": "long"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"current_stage": {
"type": "string",
"index": "not_analyzed"
},
"current_tag": {
"type": "string",
"index": "not_analyzed"
},
"customer_account_id": {
"type": "string",
"index": "not_analyzed"
},
"funnel_id": {
"type": "string",
"index": "not_analyzed"
},
"group_id": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"meta_data": {
"properties": {
"conversion_probability": {
"type": "string",
"index": "not_analyzed"
},
"currency": {
"type": "string",
"index": "not_analyzed"
},
"deal_value": {
"type": "long"
},
"due_date": {
"type": "date",
"format": "dateOptionalTime"
},
"timezone": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tags": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
}
}
},
"current_deal_id": {
"type": "string",
"index": "not_analyzed"
},
"deals": {
"properties": {
"current_stage": {
"type": "string",
"index": "not_analyzed"
},
"current_tag": {
"type": "string",
"index": "not_analyzed"
},
"deal_id": {
"type": "string",
"index": "not_analyzed"
},
"deal_value": {
"type": "long"
}
}
},
"funnel_id": {
"type": "string",
"index": "not_analyzed"
},
"group_id": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"tracked_contacts": {
"properties": {
"group_id": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
}
}
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
},
"customer_account_id": {
"type": "string",
"index": "not_analyzed"
},
"deleted": {
"type": "boolean"
},
"email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"es_search_score": {
"type": "double"
},
"first_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"group_contact": {
"type": "boolean"
},
"group_id": {
"type": "string",
"index": "not_analyzed"
},
"handles": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"lead": {
"type": "string",
"index": "not_analyzed"
},
"linked_contact_ids": {
"type": "string",
"index": "not_analyzed"
},
"linked_contacts": {
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"auto_generated_only": {
"type": "boolean"
},
"comments": {
"properties": {
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"tags": {
"properties": {
"length": {
"type": "long"
},
"offset": {
"type": "long"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"text": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user": {
"properties": {
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"profile_contact_id": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_details": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"CountryCode": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"contact_quality": {
"type": "double"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"es_search_score": {
"type": "double"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"handles": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"linked_contact_ids": {
"type": "string",
"index": "not_analyzed"
},
"linked_contacts": {
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_details": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"contact_quality": {
"type": "double"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"es_search_score": {
"type": "double"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"handles": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"linked_contact_ids": {
"type": "string",
"index": "not_analyzed"
},
"linked_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_details": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"properties": {
"properties": {
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"contact_quality": {
"type": "double"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"handles": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"linked_team_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"contact_user_id": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"email": {
"type": "string",
"index": "not_analyzed"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"profile": {
"type": "boolean"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"properties": {
"properties": {
"company": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"unlink_href": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_team_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"contact_user_id": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"email": {
"type": "string",
"index": "not_analyzed"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"profile": {
"type": "boolean"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"properties": {
"properties": {
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"unlink_href": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_group_contacts": {
"properties": {
"group_id": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_team_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_user_id": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"email": {
"type": "string",
"index": "not_analyzed"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"profile": {
"type": "boolean"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"meta_data": {
"type": "object"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"CountryCode": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"providers": {
"properties": {
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tags": {
"type": "string",
"index": "not_analyzed"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"unlink_href": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_team_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_user_id": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"email": {
"type": "string",
"index": "not_analyzed"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"profile": {
"type": "boolean"
},
"providers": {
"properties": {
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"meta_data": {
"properties": {
"deal_value": {
"type": "long"
}
}
},
"name": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"CountryCode": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"count": {
"type": "long"
},
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"copy_to": [
"property_values"
]
}
}
},
"property_values": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"providers": {
"properties": {
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"search_field": {
"type": "string",
"fields": {
"asciingrams": {
"type": "string",
"analyzer": "ascii_ngrams_analyzer"
},
"ngrams": {
"type": "string",
"analyzer": "ngrams_analyzer"
},
"{name}": {
"type": "string"
}
}
},
"tags": {
"type": "string",
"analyzer": "lowercaseonly"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_contacts": {
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"auto_generated_only": {
"type": "boolean"
},
"comments": {
"properties": {
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"tags": {
"properties": {
"length": {
"type": "long"
},
"offset": {
"type": "long"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"text": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user": {
"properties": {
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"profile_contact_id": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_details": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"CountryCode": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"contact_quality": {
"type": "double"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"es_search_score": {
"type": "double"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"handles": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"linked_contact_ids": {
"type": "string",
"index": "not_analyzed"
},
"linked_contacts": {
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"auto_generated_only": {
"type": "boolean"
},
"comments": {
"properties": {
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"tags": {
"properties": {
"length": {
"type": "long"
},
"offset": {
"type": "long"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"text": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user": {
"properties": {
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"profile_contact_id": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_details": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"CountryCode": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"contact_quality": {
"type": "double"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"es_search_score": {
"type": "double"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"handles": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"linked_contact_ids": {
"type": "string",
"index": "not_analyzed"
},
"linked_contacts": {
"properties": {
"_type": {
"type": "string",
"index": "not_analyzed"
},
"_version": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_details": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"contact_quality": {
"type": "double"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"es_search_score": {
"type": "double"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"handles": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"linked_contact_ids": {
"type": "string",
"index": "not_analyzed"
},
"linked_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_details": {
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"properties": {
"properties": {
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"contact_quality": {
"type": "double"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"handles": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"linked_team_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"contact_user_id": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"email": {
"type": "string",
"index": "not_analyzed"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"profile": {
"type": "boolean"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"properties": {
"properties": {
"company": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"unlink_href": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_team_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"contact_user_id": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"email": {
"type": "string",
"index": "not_analyzed"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"profile": {
"type": "boolean"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"properties": {
"properties": {
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"providers": {
"properties": {
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"unlink_href": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_group_contacts": {
"properties": {
"group_id": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_team_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_user_id": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"email": {
"type": "string",
"index": "not_analyzed"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"profile": {
"type": "boolean"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"meta_data": {
"type": "object"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"CountryCode": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"providers": {
"properties": {
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tags": {
"type": "string",
"index": "not_analyzed"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"unlink_href": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_group_contacts": {
"properties": {
"group_id": {
"type": "string",
"index": "not_analyzed"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"linked_team_contacts": {
"properties": {
"_version": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"contact_user_id": {
"type": "string",
"index": "not_analyzed"
},
"created_at": {
"type": "date",
"format": "dateOptionalTime"
},
"deleted": {
"type": "boolean"
},
"email": {
"type": "string",
"index": "not_analyzed"
},
"first_name": {
"type": "string",
"index": "not_analyzed"
},
"group_contact": {
"type": "boolean"
},
"href": {
"type": "string",
"index": "not_analyzed"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"last_name": {
"type": "string",
"index": "not_analyzed"
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"profile": {
"type": "boolean"
},
"providers": {
"properties": {
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"meta_data": {
"properties": {
"deal_value": {
"type": "long"
}
}
},
"name": {
"type": "string",
"index": "not_analyzed"
},
"photo_url": {
"type": "string",
"index": "not_analyzed"
},
"position": {
"type": "string",
"index": "not_analyzed"
},
"private": {
"type": "boolean"
},
"properties": {
"properties": {
"City": {
"type": "string",
"index": "not_analyzed"
},
"Country": {
"type": "string",
"index": "not_analyzed"
},
"CountryCode": {
"type": "string",
"index": "not_analyzed"
},
"State": {
"type": "string",
"index": "not_analyzed"
},
"Street": {
"type": "string",
"index": "not_analyzed"
},
"ZIP": {
"type": "string",
"index": "not_analyzed"
},
"company": {
"type": "string",
"index": "not_analyzed"
},
"companyProfileUrl": {
"type": "string",
"index": "not_analyzed"
},
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"index": "not_analyzed"
},
"job_title": {
"type": "string",
"index": "not_analyzed"
},
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
},
"start_date": {
"type": "date",
"format": "dateOptionalTime"
},
"sub_type": {
"type": "string",
"index": "not_analyzed"
},
"type": {
"type": "string",
"index": "not_analyzed"
},
"username": {
"type": "string",
"index": "not_analyzed"
},
"value": {
"type": "string",
"index": "not_analyzed"
}
}
},
"providers": {
"properties": {
"provider": {
"type": "string",
"index": "not_analyzed"
},
"provider_uid": {
"type": "string",
"index": "not_analyzed"
}
}
},
"tags": {
"type": "string",
"index": "not_analyzed"
},
"tracking_state": {
"type": "string",
"index": "not_analyzed"
},
"updated_at": {
"type": "date",
"format": "dateOptionalTime"
},
"user_id": {
"type": "string",
"index": "not_analyzed"
}
}
},
"verified_email": {
"type": "string",
"analyzer": "lowercaseonly",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
},
"copy_to": [
"search_field"
]
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment