Skip to content

Instantly share code, notes, and snippets.

View roycehaynes's full-sized avatar

Royce Haynes roycehaynes

View GitHub Profile
{ u'_shards': { u'failed': 0, u'successful': 5, u'total': 5},
u'facets': { u'payment_rate': { u'_type': u'terms',
u'missing': 2,
u'other': 0,
u'terms': [ { u'count': 3,
u'term': u'350'}],
u'total': 3},
u'practice_location': { u'_type': u'terms',
u'missing': 2,
u'other': 0,
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"
},