mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 12:54:26 +01:00
Add a movies example dataset to the repository
This commit is contained in:
parent
3fded51534
commit
121399f336
1
datasets/movies/README.md
Normal file
1
datasets/movies/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
_datas in movies.csv are from https://www.themoviedb.org/_
|
19700
datasets/movies/movies.csv
Normal file
19700
datasets/movies/movies.csv
Normal file
File diff suppressed because it is too large
Load Diff
21
datasets/movies/schema-movies.toml
Normal file
21
datasets/movies/schema-movies.toml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# This schema has been generated ...
|
||||||
|
# The order in which the attributes are declared is important,
|
||||||
|
# it specify the attribute xxx...
|
||||||
|
identifier = "id"
|
||||||
|
|
||||||
|
[attributes.id]
|
||||||
|
displayed = true
|
||||||
|
|
||||||
|
[attributes.title]
|
||||||
|
displayed = true
|
||||||
|
indexed = true
|
||||||
|
|
||||||
|
[attributes.overview]
|
||||||
|
displayed = true
|
||||||
|
indexed = true
|
||||||
|
|
||||||
|
[attributes.release_date]
|
||||||
|
displayed = true
|
||||||
|
|
||||||
|
[attributes.poster]
|
||||||
|
displayed = true
|
Loading…
Reference in New Issue
Block a user