Skip to content

Instantly share code, notes, and snippets.

View roycehaynes's full-sized avatar

Royce Haynes roycehaynes

View GitHub Profile
curl -XGET 'http://localhost:9200/lawyer/profile/_mapping?pretty=true'
{
"profile" : {
"properties" : {
"profile" : {
"properties" : {
"summary" : {
"type" : "string"
},
"headline" : {
curl -XGET 'http://localhost:9200/lawyer/profile/_mapping?pretty=true'
{
"profile" : {
"properties" : {
"summary" : {
"type" : "string"
},
"headline" : {
"type" : "string"
},