mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
chore: Rename the ebay example into kaggle
This commit is contained in:
parent
830d2f28b9
commit
4e80378a77
2 changed files with 19 additions and 122 deletions
19
examples/kaggle/schema-kaggle.toml
Normal file
19
examples/kaggle/schema-kaggle.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
# This schema has been generated ...
|
||||
# The order in which the attributes are declared is important,
|
||||
# it specify the attribute xxx...
|
||||
|
||||
identifier = "id"
|
||||
|
||||
[attributes.id]
|
||||
stored = true
|
||||
|
||||
[attributes.title]
|
||||
stored = true
|
||||
indexed = true
|
||||
|
||||
[attributes.description]
|
||||
stored = true
|
||||
indexed = true
|
||||
|
||||
[attributes.image]
|
||||
stored = true
|
Loading…
Add table
Add a link
Reference in a new issue