diff --git a/docs-site/content/27.0/api/collections.md b/docs-site/content/27.0/api/collections.md index bebf7fca..be35332b 100644 --- a/docs-site/content/27.0/api/collections.md +++ b/docs-site/content/27.0/api/collections.md @@ -6,7 +6,7 @@ sitemap: # Collections -In Typesense, every record you index is called a `Document` and a group of documents with similar fields is called a `Collection`. +In Typesense, every record you index is called a `Document` and a group of documents with similar fields is called a `Collection`. A Collection is roughly equivalent to a table in a relational database. ## Create a collection @@ -31,7 +31,7 @@ There are two ways to specify a schema: 2. [Have Typesense automatically detect your fields and data types](#with-auto-schema-detection) based on the documents you index. The simplest option is [#2](#with-auto-schema-detection) where you don't have to worry about defining an explicit schema. -But if you need more fine-grained control and/or validation, you want to use [#1](#with-pre-defined-schema) or even mix both together. +But if you need more fine-grained control and/or validation, you want to use [#1](#with-pre-defined-schema) or even mix both together. ### With pre-defined schema @@ -39,9 +39,9 @@ Let's first create a collection with an explicit, pre-defined schema. This option gives you fine-grained control over your document fields' [data types](#field-types) and configures your collection to reject documents that don't match the data types defined in your schema ([by default](./documents.md#dealing-with-dirty-data)). -If you want Typesense to automatically detect your schema for you, skip over to [auto-schema detection](#with-auto-schema-detection). +If you want Typesense to automatically detect your schema for you, skip over to [auto-schema detection](#with-auto-schema-detection). - + + - +