With elasticsearch, it's possible to search document related to another document? -
like blog related article section, how find document related document proximity.
for application, written in ruby, use tire client communicate elasticsearch.
i believe you're looking "more this" querying - here's es api documentation: http://www.elasticsearch.org/guide/reference/api/more-like-this/.
i'd think tire
exposes api endpoint or allows manually - in fact, looks tire-contrib
give you're looking for: https://github.com/karmi/tire-contrib/.
Comments
Post a Comment