What is the ordering method you are using in the website for results? Searching for things like Pi and Blow gives an appropriately ordered result. Is it by popularity or votes or some combination? Thanks!
映画やテレビ番組が見つかりませんか?ログインして作成してください。
このアイテムを評価したり、リストに追加したりしたいですか?
メンバーではありませんか?
Travis Bellからの返信
投稿:2013年06月28日 4:44 PM
Hi mmealling,
We use Solr for our search so first Solr ranks results based on the relevancy score and then we boost by a few things. Exact matches are boosted the most, next up is the popularity. This does a decent job making sure that usually the most relevant result is first.
Cheers.