You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
store_source set to true makes a lot of sense...
However we already set each individual field store attribute in the
schema to true.
Having both set to true is redundant and needlessly inflates the
index size.
Closes#1132
@@ -227,7 +228,7 @@ Let's do some cleanup by deleting the index:
227
228
```
228
229
229
230
230
-
Congratz! You finished this tutorial!
231
+
Congratz! You finished this tutorial!
231
232
232
233
233
234
To continue your Quickwit journey, check out the [tutorial for distributed search](tutorial-hdfs-logs-distributed-search-aws-s3.md) or dig into the [search REST API](../reference/rest-api.md) or [query language](../reference/query-language.md).
0 commit comments