Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 1, 2020 13:41
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 velotiotech/3b474d22d1fd7dd9c15035aa44def0f0 to your computer and use it in GitHub Desktop.
Save velotiotech/3b474d22d1fd7dd9c15035aa44def0f0 to your computer and use it in GitHub Desktop.
{    
"mappings": {        
"mobile": {            
"properties": {                
"name": {                    
"type": "keyword"                
},                
"model": {                    
"type": "keyword"                
},              
"release_date": {                    
"type": "date"                
},                
"features": {                    
"type": "text"              
},                
"ram_gb": {                    
"type": "short"                
},                
"screen_size_inches": {                    
"type": "float"                
}            
}        
}    
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment