The movie dataset weights 19MB
and contains 31968
movies.
The movies have been choosen based on:
The movies have been fetched using https://www.themoviedb.org/ and their public API.
We cannot guarantee that some obscure unknown films that have no accreditation are present in this dataset.
Every movie is composed of the following fields:
id
: the unique identifiertitle
: a string with the title of the movieoverview
: a string with a small pitch of the moviegenres
: an array of strings with the genres of the movieposter
: a string containing the URL to its poster imagerelease_date
: a timestamp of the release date of the movie.The order of the fields determine their importance in Meilisearch. With the show-cased example, a match in title
will be considered more relevant than a match in overview
(See this doc).