MeiliSearch/examples/kaggle/schema-kaggle.toml
2019-05-16 12:04:07 +02:00

20 lines
322 B
TOML

# 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