Hi,
Was the "Search Movie" API function and typed "Scott", it returned me "Robin Hood" which does not contain any "scott" besides the fact that it's Riddley Scott who produced the movie. I don't know if that it normal (the site returns the same results), but shouldn't there by a priority on the movie title instead of the movie directory?
Regards!
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
10월 15, 2012 at 11:16 오전
For non-exact title matches (which is this case) Solr takes the matches and then ordered them by a combination of title match + popularity. In this case, Robin Hood is such a more popular movie than the next hit (Scott Pilgrim) that it's bumping it ahead.
If there was ever a movie called "Scott" it would be first but our database doesn't have anything close.
FYI—It's picking up Robin Hood because of an alternative title: http://www.themoviedb.org/movie/20662-robin-hood/release-info
celestianx님의 댓글
10월 15, 2012 at 12:13 오후
Ok, thanks for the clarification!