Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Apply Triggering Documents Re-Indexing Technical part on related sub …
Browse files Browse the repository at this point in the history
…settings
  • Loading branch information
gmourier committed Mar 7, 2022
1 parent 1796a2c commit 47f52ae
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 8 deletions.
7 changes: 6 additions & 1 deletion text/0123-distinct-attribute-setting-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,12 @@ The auth layer can return the following errors if Meilisearch is secured (a mast
- 🔴 Accessing this route with a key that does not have permissions (i.e. other than the master-key) returns an [invalid_api_key](0061-error-format-and-definitions.md#invalid_api_key) error.

## 4. Technical Details
N/A

### 4.1. Triggering Documents Re-Indexing

Meilisearch favors search speed and makes a trade-off on indexing speed by computing internal data structures to get search results as fast as possible.

Modifying this index setting cause documents to be re-indexed.

## 5. Future Possibilities
- Replace `POST` HTTP verb with `PATCH`
Expand Down
6 changes: 4 additions & 2 deletions text/0123-filterable-attributes-setting-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,11 @@ The auth layer can return the following errors if Meilisearch is secured (a mast

## 4. Technical Details

### 4.1. Indexing `filterableAttributes`
### 4.1. Triggering Documents Re-Indexing

Changing the `filterableAttributes` setting of an index causes documents to be re-indexed.
Meilisearch favors search speed and makes a trade-off on indexing speed by computing internal data structures to get search results as fast as possible.

Modifying this index setting cause documents to be re-indexed.

## 5. Future Possibilities
- Replace `POST` HTTP verb with `PATCH`
Expand Down
7 changes: 6 additions & 1 deletion text/0123-searchable-attributes-setting-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,12 @@ The auth layer can return the following errors if Meilisearch is secured (a mast
- 🔴 Accessing this route with a key that does not have permissions (i.e. other than the master-key) returns an [invalid_api_key](0061-error-format-and-definitions.md#invalid_api_key) error.

## 4. Technical Details
N/A

### 4.1. Triggering Documents Re-Indexing

Meilisearch favors search speed and makes a trade-off on indexing speed by computing internal data structures to get search results as fast as possible.

Modifying this index setting cause documents to be re-indexed.

## 5. Future Possibilities
- Replace `POST` HTTP verb with `PATCH`
Expand Down
2 changes: 1 addition & 1 deletion text/0123-settings-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ The auth layer can return the following errors if Meilisearch is secured (a mast

### 4.1. Triggering Documents Re-indexing

Meilisearch favors search speed and compromises on indexing speed by computing internal data structures to get search results as fast as possible.
Meilisearch favors search speed and makes a trade-off on indexing speed by computing internal data structures to get search results as fast as possible.

Changing any of the following index settings will cause documents to be re-indexed:

Expand Down
6 changes: 4 additions & 2 deletions text/0123-sortable-attributes-setting-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,11 @@ The auth layer can return the following errors if Meilisearch is secured (a mast

## 4. Technical Details

### 4.1. Indexing `sortableAttributes`
### 4.1. Triggering Documents Re-Indexing

Changing the `sortableAttributes` setting of an index causes documents to be re-indexed.
Meilisearch favors search speed and makes a trade-off on indexing speed by computing internal data structures to get search results as fast as possible.

Modifying this index setting cause documents to be re-indexed.

## 5. Future Possibilities
- Replace `POST` HTTP verb with `PATCH`
Expand Down
7 changes: 6 additions & 1 deletion text/0123-stop-words-setting-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@ The auth layer can return the following errors if Meilisearch is secured (a mast
- 🔴 Accessing this route with a key that does not have permissions (i.e. other than the master-key) returns an [invalid_api_key](0061-error-format-and-definitions.md#invalid_api_key) error.

## 4. Technical Details
N/A

### 4.1. Triggering Documents Re-Indexing

Meilisearch favors search speed and makes a trade-off on indexing speed by computing internal data structures to get search results as fast as possible.

Modifying this index setting cause documents to be re-indexed.

## 5. Future Possibilities
- Replace `POST` HTTP verb with `PATCH`
Expand Down

0 comments on commit 47f52ae

Please sign in to comment.