Stu Hood
47ff79e2fc
feat: Restore sort by field ( #92 )
...
Restores index sorting: an index can be physically ordered by a fast
field (IndexSettings::sort_by_field), applied both on single-segment
writes (stream to TempStore, then resort into Store) and on
cross-segment merges (disjunct fast path, otherwise a full k-merge with
a generated doc-id mapping).
Motivation (downstream join / sortedness work):
* https://github.com/paradedb/paradedb/issues/2997
* https://github.com/paradedb/paradedb/issues/3053
Re-expressed against current upstream APIs: no merge CancelSentinel,
MergeOptimizedInvertedIndexReader, or ignore_store plumbing.
2026-06-18 12:11:53 +02:00
Paul Masurel
4a89e74597
Fix rfc3339 typos and add Claude Code skills ( #2823 )
...
Closes #2817
2026-01-30 12:00:28 +01:00
Paul Masurel
8b02bff9b8
Removing obsolete benchmark screenshot ( #2730 )
...
Co-authored-by: Paul Masurel <paul.masurel@datadoghq.com >
2025-11-05 09:55:13 +01:00
Philippe Noël
b128299976
Update ParadeDB logo ( #2669 )
2025-07-10 07:14:35 +02:00
Marvin
e7e3e3f44c
make casing in docs more consistent ( #2524 )
...
* make casing in docs more consistent
* more
* lowercase tantivy
2024-10-21 17:59:41 +09:00
Philippe Noël
322f47eb47
Add ParadeDB to Companies List ( #1 ) ( #2437 )
...
* Add ParadeDB logo
2024-06-14 09:12:58 +09:00
PSeitz
72f61ff89c
remove index sorting ( #2434 )
...
closes https://github.com/quickwit-oss/tantivy/issues/2352
2024-06-13 15:51:53 +08:00
Bruce Mitchener
cb252a42af
docs: "associated to" -> "associated with" ( #1557 )
...
This reads better this way.
2022-09-26 20:23:37 +09:00
Maxim Kraynyuchenko
e1f9af4384
Added Etsy logo to readme ( #1503 )
2022-09-02 15:27:59 +09:00
Kian-Meng Ang
625bcb4877
Fix typos and markdowns
...
Found via these commands:
codespell -L crate,ser,panting,beauti,hart,ue,atleast,childs,ond,pris,hel,mot
markdownlint *.md doc/src/*.md --disable MD013 MD025 MD033 MD001 MD024 MD036 MD041 MD003
2022-08-13 18:25:47 +08:00
Ryan Russell
ca836b6414
Improve Docs Readability ( #1380 )
...
Signed-off-by: Ryan Russell <git@ryanrussell.org >
2022-06-02 09:32:57 +09:00
Maxim Kraynyuchenko
be5218c2f6
Company Logos were not visible in Dark Theme. ( #1326 )
2022-04-04 11:53:31 +09:00
Maxim Kraynyuchenko
447811c111
Update README following sections: features, benchmark illustration & FAQ. ( #1318 )
...
* Updated features, benchmark illustration & FAQ.
* Updated README: Feat,Graph,Non-Feat,Companies,FAQ
2022-03-23 10:02:09 +09:00
Paul Masurel
d7b46d2137
Added JSON Type ( #1270 )
...
- Removed useless copy when ingesting JSON.
- Bugfix in phrase query with a missing field norms.
- Disabled range query on default fields
Closes #1251
2022-02-24 16:25:22 +09:00
Paul Masurel
9679c5f306
Rename quickwit-inc -> quickwit-oss
2022-01-27 15:37:09 +09:00
PSeitz
3a78402496
update links ( #1176 )
2021-10-18 20:45:40 +09:00
PSeitz
a1782dd172
Update index_sorting.md
2021-08-25 07:55:50 +01:00
PSeitz
000d76b11a
Update index_sorting.md
2021-08-24 19:28:06 +01:00
PSeitz
abd29f6646
Update index_sorting.md
2021-08-24 19:26:19 +01:00
Pascal Seitz
798f7dbf67
add sorting to book
2021-08-23 17:36:41 +01:00
Paul Masurel
a78aa4c259
updating doc
2018-09-09 17:23:30 +09:00
Paul Masurel
4b7ff78c5a
Added fundamentalss
2018-08-28 08:09:27 +09:00
Paul Masurel
948758ad78
First commit for the documentation
2018-08-27 09:49:49 +09:00