Skip to content

Instantly share code, notes, and snippets.

@phpnode
Created July 16, 2011 14:14
Show Gist options
  • Save phpnode/1086388 to your computer and use it in GitHub Desktop.
Save phpnode/1086388 to your computer and use it in GitHub Desktop.
{
"Webapp":{
"properties":{
"tags":{
"index_name":"tag",
"type":"string"
},
"id":{
"type":"integer"
},
"title":{
"boost":7.0,
"type":"string"
},
"averageRating":{
"type":"float"
},
"numberOfReviews":{
"type":"integer"
},
"description":{
"boost":5.0,
"type":"string"
},
"name":{
"boost":9.0,
"type":"string"
},
"domain":{
"boost":8.0,
"type":"string"
},
"alltags":{
"properties":{
"weight":{
"type":"integer"
},
"name":{
"type":"string"
}
}
},
"url":{
"boost":7.0,
"type":"string"
},
"numberOfRatings":{
"type":"integer"
},
"plainText":{
"type":"string"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment