Session abstract:
Yelp’s core business search was one of the oldest systems at Yelp designed well before the advent of Elasticsearch. While this system served Yelp well for a few years, we were getting close to a point where the original search infrastructure architecture was not sufficient to solve modern day search problems.
This talk will detail
How Yelp’s search engineers decoupled the search infrastructure from search relevance.
The challenges associated with transferring complex custom lucene based ranking and text analysis functionality to elasticsearch.
The benefits of offloading search infrastructure to elasticsearch and
Finally the dividends it paid by allowing us to further leverage our technological investment in elasticsearch, by hosting machine learning models in elasticsearch by using Learning to Rank plugin, and making contributions to it.