Analog of more_like_this

hey guys, i need write analog of this request, main think its _id: id

more_like_this: {
like: [{
_index: project,
_type: project,
_id: id
}],
min_term_freq: 1,
min_doc_freq: 1
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.