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
Copy file name to clipboardExpand all lines: Quickwit_individual_CLA.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Thank you for your interest in contributing to Quickwit ("We" or "Us").
4
4
5
-
This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please sign it and send it to Us by electronic submission, following the instructions at https://cla-assistant.io/quickwit-inc/quickwit. This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us.
5
+
This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please sign it and send it to Us by electronic submission, following the instructions at https://cla-assistant.io/quickwit-oss/quickwit. This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us.
[](https://discord.gg/rpRRTezWhW)
@@ -23,7 +23,7 @@
23
23
24
24
Quickwit is a distributed search engine built from the ground up to offer cost-efficiency and high reliability. By mere mortals for mere mortals, Quickwit's architecture is as simple as possible <sup>[1](#footnote1)</sup>.
25
25
26
-
Quickwit is written in Rust and built on top of the mighty [tantivy](https://github.com/quickwit-inc/tantivy) library. We designed it to index large datasets.
26
+
Quickwit is written in Rust and built on top of the mighty [tantivy](https://github.com/quickwit-oss/tantivy) library. We designed it to index large datasets.
Copy file name to clipboardExpand all lines: docs/design/architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ In a clustered deployment, the metastore is typically a traditional RDBMS like P
24
24
25
25
### Distributed message queues
26
26
27
-
Quickwit indexers connect directly to external message queues like Kafka and guarantee the exactly-once semantics. If you need support for other distributed queues, please vote for yours [here](https://github.com/quickwit-inc/quickwit/issues/1000).
27
+
Quickwit indexers connect directly to external message queues like Kafka and guarantee the exactly-once semantics. If you need support for other distributed queues, please vote for yours [here](https://github.com/quickwit-oss/quickwit/issues/1000).
Checkout all builds on [github](https://github.com/quickwit-inc/quickwit/releases)
22
+
Checkout all builds on [github](https://github.com/quickwit-oss/quickwit/releases)
23
23
24
24
### Note on external dependencies
25
25
@@ -49,7 +49,7 @@ The script detects the architecture and then downloads the correct binary archiv
49
49
curl -L https://install.quickwit.io | sh
50
50
```
51
51
52
-
All this script does is download the correct binary archive for your machine and extract it in the current working directory. This means you can download any desired archive from [github](https://github.com/quickwit-inc/quickwit/releases) that match your OS architecture and manually extract it anywhere.
52
+
All this script does is download the correct binary archive for your machine and extract it in the current working directory. This means you can download any desired archive from [github](https://github.com/quickwit-oss/quickwit/releases) that match your OS architecture and manually extract it anywhere.
53
53
54
54
Once installed or extracted, all Quickwit's installation files can be found in a directory named `quickwit-{version}` where `version` is the corresponding version of Quickwit. This directory has the following layout:
55
55
@@ -87,7 +87,7 @@ To get the full gist of this, let's run a minified version of the - [Quickstart
The index config defines three text fields: `title`, `body` and `url`. It also sets two default search fields `body` and `title`. These fields will be used for search if you do not target a specific field in your query. Please note that by default, text fields are [indexed and tokenized](../reference/index-config.md).
@@ -153,7 +153,7 @@ Congrats! You can level up with the following tutorials to discover all Quickwit
153
153
Run the following command from within Quickwit's installation directory.
0 commit comments