Commit Graph
1864 Commits
Author SHA1 Message Date
Pascal Seitz 90e296f2d0 fix var name 2022-07-21 14:26:45 +02:00
PSeitzandPaul Masurel 5f966d747b Apply suggestions from code review
Co-authored-by: Paul Masurel <paul@quickwit.io>
2022-07-21 14:25:35 +02:00
Pascal Seitz 7e032a9efd apply gcd on fastfield as preprocessing 2022-07-20 16:19:47 +02:00
PSeitz 23fe73a6c0 remove searcher pool and make Searcher cloneable (#1411)
* remove searcher pool and make Searcher cloneable

closes #1410

* use SearcherInner in InnerIndexReader
2022-07-12 18:07:48 +09:00
Evance Soumaoro a4be239d38 Updated DateTime to hold timestamp in microseconds, while making date field precision configurable (#1396) 2022-07-12 10:04:28 +09:00
PSeitz 2406d9278b allow set doc store cache size on IndexReaderBuilder (#1407) 2022-07-06 14:40:35 +09:00
Pascal Seitz 5750224d4c set docstore cache size at construction 2022-07-04 14:27:55 +08:00
Pascal Seitz 9db2f0e82b expose doc store cache size
expose lru doc store cache size
optimize doc store cache size
2022-07-04 13:54:41 +08:00
Pascal Seitz 1bd44a5f61 use total_cmp 2022-07-04 12:48:23 +08:00
Ryan Russell d750ced813 chore(collector): src/collector readability (#1399)
* chore(collector): `src/collector` readability

Signed-off-by: Ryan Russell <git@ryanrussell.org>

* Update src/collector/tests.rs
2022-07-04 12:12:53 +09:00
Pascal Seitz 7eb267341e make errors cloneable 2022-06-30 19:42:23 +08:00
PSeitz db1836691e fix visibility (#1398) 2022-06-28 16:21:39 +09:00
Antoine G 437cd350a2 Add support for phrase slop in query language (#1393)
Closes #1390
2022-06-28 13:55:47 +09:00
PSeitzandPaul Masurel 9baefbe2ab Update src/store/writer.rs
Co-authored-by: Paul Masurel <paul@quickwit.io>
2022-06-23 15:34:21 +08:00
PSeitzandPaul Masurel ad76d11008 Update src/store/writer.rs
Co-authored-by: Paul Masurel <paul@quickwit.io>
2022-06-23 15:34:21 +08:00
PSeitzandPaul Masurel c3220bece0 Update src/store/writer.rs
Co-authored-by: Paul Masurel <paul@quickwit.io>
2022-06-23 15:34:21 +08:00
PSeitzandPaul Masurel 2b713f0977 Update src/store/writer.rs
Co-authored-by: Paul Masurel <paul@quickwit.io>
2022-06-23 15:34:21 +08:00
Pascal Seitz 0bc6b4a117 renames and refactoring 2022-06-23 15:34:21 +08:00
PSeitzandPaul Masurel 79e42d4a6d Update src/store/writer.rs
Co-authored-by: Paul Masurel <paul@quickwit.io>
2022-06-23 15:34:21 +08:00
PSeitzandPaul Masurel 0135fbc4c8 Update src/store/writer.rs
Co-authored-by: Paul Masurel <paul@quickwit.io>
2022-06-23 15:34:21 +08:00
PSeitzandPaul Masurel 449594f67a Update src/store/writer.rs
Co-authored-by: Paul Masurel <paul@quickwit.io>
2022-06-23 15:34:21 +08:00
Pascal Seitz 8b6647e908 move writer to compressor thread 2022-06-23 15:34:21 +08:00
PSeitzandPaul Masurel efabcbcdf5 Update src/store/writer.rs
Co-authored-by: Paul Masurel <paul@quickwit.io>
2022-06-23 15:34:21 +08:00
Pascal Seitz 7bf5962554 merge match, explicit type 2022-06-23 15:34:21 +08:00
Pascal Seitz 4c7dedef29 use seperate thread to compress block store
Use seperate thread to compress block store for increased indexing performance. This allows to use slower compressors with higher compression ratio, with less or no perfomance impact (with enough cores).

A seperate thread is spawned to compress the docstore, which handles single blocks and stacking from other docstores.
The spawned compressor thread does not write, instead it sends back the compressed data. This is done in order to avoid writing multithreaded on the same file.
2022-06-23 15:34:21 +08:00
PSeitz 6ca5f77466 Merge pull request #1363 from quickwit-oss/refactor_aggregation
Add aggregation bucket limit
2022-06-23 10:27:57 +08:00
PSeitz de178a1901 Merge pull request #1395 from PSeitz/fix_clippy
fix clippy
2022-06-21 16:30:59 +08:00
Antoine G 11e4225f23 doc fix (#1391)
Documentation fix.
2022-06-21 15:53:33 +09:00
Paul Masurel f21b73d1f6 Apply suggestions from code review 2022-06-21 15:52:43 +09:00
Pascal Seitz 1440f3243b fix clippy 2022-06-21 14:47:01 +08:00
Kanji Yomoda 83d0c13fb0 Fix outdated variable naming and comments to alive bitset (#1387)
* Fix outdated variables and comments for alive bitset

* Fix expired link to delete bitset
2022-06-14 15:59:15 +09:00
PSeitz 88054aa333 Merge pull request #1382 from boraarslan/bool-fields
Add boolean fields
2022-06-13 13:20:05 +08:00
boraarslan 635c39ba48 cargo fmt 2022-06-10 19:54:44 +03:00
boraarslan eab2257637 Change var name 2022-06-10 19:36:25 +03:00
PSeitz 328bd96c24 Merge pull request #1378 from quickwit-oss/test_compression
enable setting compression level
2022-06-10 11:10:07 +08:00
boraarslan 2d6f1d43ff Add bool and explicit types for merger 2022-06-07 10:10:33 +03:00
boraarslan ca0973ec78 Fix tests 2022-06-07 10:10:33 +03:00
boraarslan 38ee60d792 Edit Test 2022-06-07 10:10:33 +03:00
boraarslan f68be28284 Add bool 2022-06-07 10:09:37 +03:00
boraarslan fc43ab9280 Add tests 2022-06-07 10:09:37 +03:00
boraarslan 38c2ea6a5d Remove unnecessary line 2022-06-07 10:09:37 +03:00
boraarslan 26a0fd1fbe cargo fmt 2022-06-07 10:09:37 +03:00
boraarslan 811b91ecb3 Edit and add tests 2022-06-07 10:09:37 +03:00
boraarslan 25c00ce856 Fix indexing for bool 2022-06-07 10:09:37 +03:00
boraarslan e5debb97a7 Edit test 2022-06-07 10:09:37 +03:00
boraarslan bc4cd9ffaa typo fix 2022-06-07 10:09:37 +03:00
boraarslan 9a13d8709b Explicitly write types 2022-06-07 10:09:37 +03:00
boraarslan e6eadf1a2f Add tests 2022-06-07 10:09:37 +03:00
boraarslan 7cca7e6a47 Fix of last commit 2022-06-07 10:09:37 +03:00
boraarslan ef2492dba6 Broken commit 2022-06-07 10:09:37 +03:00