Pascal Seitz
02c3252d1e
split open_from_bytes to own trait
2022-08-27 17:01:39 +02:00
Pascal Seitz
4a6f36937c
num_vals to FastFieldCodecReader
2022-08-27 17:00:55 +02:00
Paul Masurel
3a9727aa91
Pleasing Clippy
2022-08-27 11:33:03 +02:00
UEDA Akira
17093e8ffe
Collapse overlapped highlighted ranges ( #1473 )
2022-08-26 14:37:08 +09:00
Paul Masurel
03e4630cd8
Mark the CI as successful regardless of whether uploading to Coverall fails.
2022-08-26 07:35:29 +02:00
Paul Masurel
4ae0317d68
Cargo fmt
2022-08-26 00:50:07 +02:00
Paul Masurel
107b19855f
Fixing the fastfield codec benchmark ( #1484 )
2022-08-26 05:54:14 +09:00
Paul Masurel
d8f66ba07e
Rename fastfield codecs ( #1483 )
2022-08-26 01:19:30 +09:00
Paul Masurel
f908549245
Argument missing in bench
2022-08-25 15:42:59 +02:00
Paul Masurel
3673a5df9b
Homogeneous codec names. ( #1481 )
2022-08-25 05:51:37 +09:00
Paul Masurel
298b5dd726
GCD wrapper uses DividerU64 ( #1478 )
2022-08-25 02:29:13 +09:00
Paul Masurel
8bbb22e9bf
Minor refactoring. Introducing a codec type enum. ( #1477 )
2022-08-25 02:21:41 +09:00
PSeitz
513f68209d
Merge pull request #1476 from quickwit-oss/fix_interpol
...
add proptest to ff codecs
2022-08-24 08:01:36 -07:00
Pascal Seitz
91f2f7e722
add proptest to ff codecs
2022-08-24 16:42:40 +02:00
PSeitz
c476b530cf
Merge pull request #1432 from quickwit-oss/gcd_encoding
...
add gcd test for DateTime
2022-08-24 06:50:34 -07:00
PSeitz
77dd202e19
Merge pull request #1475 from quickwit-oss/extend_ff_access
...
move fastfield stats to trait
2022-08-24 06:44:57 -07:00
Pascal Seitz
00ebff3c16
move fastfield stats to trait
2022-08-24 15:29:55 +02:00
Paul Masurel
9a6d37c42c
Apply suggestions from code review
2022-08-24 21:20:17 +09:00
PSeitz
bb01e99e05
Fixes race condition in Searcher ( #1464 )
...
Fixes a race condition in Searcher, by avoiding repeated calls to open_segment_readers and passing them instead as argument
Closes #1461
2022-08-24 21:17:37 +09:00
PSeitz
535f1a5d83
Merge pull request #1471 from adamreichold/ci-no-nightly-no-cry
...
Split test into check and test CI jobs
2022-08-24 04:41:42 -07:00
Pascal Seitz
625f9174a7
check for size
2022-08-24 10:32:45 +02:00
Adam Reichold
11a4d97cf5
Use a job matrix to further split and deduplicate the test CI job.
2022-08-24 10:27:57 +02:00
Adam Reichold
1c3d39677a
Split checking and testing to a bit more parallelism in the CI.
2022-08-24 10:27:57 +02:00
Pascal Seitz
6f65995cfd
remove gcd from api
2022-08-24 10:24:09 +02:00
Pascal Seitz
e2e4190571
add gcd test for DateTime
2022-08-24 10:24:09 +02:00
PSeitz
82209c58aa
reuse get_calculated_value ( #1472 )
2022-08-24 17:16:25 +09:00
Paul Masurel
21519788ea
Build fix ( #1470 )
2022-08-24 07:16:38 +09:00
Shikhar Bhushan
4c6c6e4a9c
ConstScoreQuery (#1463 )
2022-08-24 06:37:34 +09:00
Adam Reichold
df0ac9e901
Extend facet deserialization to handle owned in addition to borrowed strings. ( #1466 )
2022-08-24 06:37:13 +09:00
Adam Reichold
71ab482720
RFC: Use a more general but still object-safe signature for Query::query_terms. ( #1468 )
...
* Use a more general but still object-safe signature for Query::query_terms.
* Further constraint the generalized Query::query_terms signature to allow extracting references to terms.
2022-08-24 06:34:07 +09:00
Adam Reichold
2ae383e452
Cache dependencies in CI to speed up build times. ( #1469 )
...
* Cache dependencies in CI to speed up build times.
* Give cargo-nextest a try.
2022-08-24 06:27:29 +09:00
PSeitz
8b3a6f6231
Merge pull request #1439 from quickwit-oss/fix_value_range
...
fix get calculated value
2022-08-23 10:15:13 -07:00
PSeitz
11edd6bd59
fix for api change ( #1467 )
2022-08-24 01:10:12 +09:00
Pascal Seitz
193a3c21f4
fix neg slope calculated value
2022-08-23 13:42:09 +02:00
PSeitz
998b1263f6
Merge pull request #1460 from quickwit-oss/merge_ff_access_iterator
...
move iter to FastFieldDataAccess
2022-08-23 02:58:10 -07:00
Pascal Seitz
72272bdf81
fix variable name
2022-08-23 11:38:27 +02:00
Pascal Seitz
c39c2d79da
move iter to FastFieldDataAccess
2022-08-23 11:26:47 +02:00
Paul Masurel
67d94f5bd2
Getting rid of the gcd dependency and using NonZeroU64 in gcd. ( #1459 )
2022-08-23 07:25:26 +09:00
Paul Masurel
abbd934ac9
Embeds OwnedBytes into the FastFieldCodecReader. ( #1458 )
2022-08-23 00:02:31 +09:00
Paul Masurel
7f9ba0ee50
Minor readability refactoring in the SegmentDocIdMapping ( #1451 )
2022-08-22 22:44:36 +09:00
PSeitz
8edcd6f958
Merge pull request #1428 from izihawa/feature/dismax
...
[feat] Implement `DisjunctionMaxQuery` and refactor `ScoreCombiner`
2022-08-22 06:15:30 -07:00
Pasha Podolsky
f50700835d
[fix] Fn -> FnOnce
2022-08-22 15:57:30 +03:00
PSeitz
494e92ca59
fix issue in composite ( #1456 )
...
The file offsets were recorded incorrectly in some cases, e.g. when the recording looked like this [(Field 1, Index 0, Offset 0), (Field 1, Index 1, Offset 14), (Field 0, Index 0, Offset 14)]. The last file is offset 14 to end of file for field 0. But the data was converted to a vec and sorted, which changes the last file to Field 1.
2022-08-22 17:52:12 +09:00
Paul Masurel
4a3169011d
clippy ( #1452 )
2022-08-20 20:01:33 +09:00
Pascal Seitz
050fc5dde9
add comment for diff dance
2022-08-20 08:56:03 +02:00
Paul Masurel
ce45889add
Minor codestyle change is prefix of ( #1450 )
...
* Minor code stlye change in the Facet::is_prefix_of.
* bugfix
2022-08-19 21:20:33 +09:00
dependabot[bot]
4875174d16
Update prettytable-rs requirement from 0.8.0 to 0.9.0 ( #1446 )
...
Updates the requirements on [prettytable-rs](https://github.com/phsym/prettytable-rs ) to permit the latest version.
- [Release notes](https://github.com/phsym/prettytable-rs/releases )
- [Commits](https://github.com/phsym/prettytable-rs/compare/v0.8.0...v0.9.0 )
---
updated-dependencies:
- dependency-name: prettytable-rs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-19 18:09:59 +09:00
Kanji Yomoda
0c634c5bc6
Add missing seek to RequiredOptionalScorer ( #1442 )
2022-08-19 18:08:52 +09:00
Paul Masurel
e25ab5d537
Minor code stlye change in the Facet::is_prefix_of. ( #1449 )
2022-08-19 18:05:11 +09:00
Adam Reichold
27400c9ad3
Check for the special case of the root facet as prefix of other facets. ( #1448 )
2022-08-19 17:45:14 +09:00