removeddit/jst/elasticComments.jst
2018-01-10 22:23:59 +01:00

11 lines
No EOL
135 B
Text

{
"query":{
"term":{
"link_id":<%= id %>
}
},
"_source":[
"author","body","created_utc","parent_id","score"
],
"size":5
}