Commit Graph

342 Commits

Author SHA1 Message Date
many 7a7cb9bcbf
update dependencies 2021-01-13 15:48:53 +01:00
many 9b47bbc1ac
bump meilisearch 2021-01-13 15:37:15 +01:00
mpostma 948c89c26f
bump meilisearch 2021-01-06 11:41:44 +01:00
many 677627586c
fix test set
fix dump tests
2021-01-05 21:37:05 +01:00
mpostma 0731971300
fix style 2021-01-05 15:21:06 +01:00
mpostma c290719984
remove byte offset in index_seq 2021-01-05 15:21:06 +01:00
mpostma 2a145e288c
fix style 2021-01-05 15:21:06 +01:00
many aeb676e757
skip indexation while token is not a word 2021-01-05 15:21:06 +01:00
many 2852349e68
update tokenizer version 2021-01-05 15:21:06 +01:00
many 748a8240dd
fix highlight shifting bug 2021-01-05 15:21:05 +01:00
mpostma 808be4678a
fix style 2021-01-05 15:21:05 +01:00
mpostma 398577f116
bump tokenizer 2021-01-05 15:21:05 +01:00
mpostma 8e64a24d19
fix suggestions 2021-01-05 15:21:05 +01:00
mpostma 8b149c9aa3
update tokenizer dep to release 2021-01-05 15:21:05 +01:00
mpostma a7c88c7951
restore synonyms tests 2021-01-05 15:21:05 +01:00
mpostma db64e19b8d
all tests pass 2021-01-05 15:21:05 +01:00
mpostma b574960755
fix split_query_string 2021-01-05 15:21:05 +01:00
mpostma c6434f609c
fix indexing length 2021-01-05 15:21:05 +01:00
mpostma 206308c1aa
replace hashset with fst::Set 2021-01-05 15:21:05 +01:00
mpostma 6527d3e492
better separator handling 2021-01-05 15:21:05 +01:00
mpostma e616b1e356
hard separator offset 2021-01-05 15:21:05 +01:00
mpostma 8843062604
fix indexer tests 2021-01-05 15:21:05 +01:00
mpostma 5e00842087
integration with new tokenizer wip 2021-01-05 15:21:05 +01:00
mpostma 8a4d05b7bb
remove meilisearch tokenizer 2021-01-05 15:21:05 +01:00
bors[bot] 061832af7f
Merge #1163
1163: remove benches r=LegendreM a=MarinPostma

remove unused benches, that did not compile either


Co-authored-by: mpostma <postma.marin@protonmail.com>
2021-01-05 13:27:42 +00:00
mpostma 0e04c90abe
remove benches 2021-01-05 10:54:19 +01:00
mpostma 48eb78b14d
bump deps 2021-01-04 16:56:28 +01:00
mpostma 5fe0e06342 fix clippy warnings 2020-12-15 12:42:19 +01:00
mpostma 2904ca7f57 update codebase with shcema refactor 2020-12-15 12:04:51 +01:00
mpostma d45c794a9e bump rustyline 2020-12-09 12:41:36 +01:00
mpostma c9dd7e10b9 bump ordered floats 2020-12-09 12:40:24 +01:00
mpostma 56ad400c49 update heed 2020-12-09 11:27:38 +01:00
mpostma e2b0402cf5 bump regex 2020-12-09 10:28:22 +01:00
mpostma 0c7fffeaf6 update env-logger 2020-12-09 10:25:17 +01:00
mpostma 5f8dc21dd2 bump once-cell 2020-12-09 10:22:14 +01:00
mpostma 3ec76ac33d bump meilisearch 2020-11-30 16:35:56 +01:00
bors[bot] b8e677efd2
Merge #1100
1100: [fix] Remove some clippy warnings r=MarinPostma a=woshilapin

fix #1099 

I'm also wondering if I should add `-- --deny warnings` to the modified line in `test.yml`.

Co-authored-by: Jean SIMARD <woshilapin@tuziwo.info>
2020-11-30 15:02:26 +00:00
bors[bot] f564a9ce51
Merge #849
849: Update nbHits count with filtered documents r=MarinPostma a=balajisivaraman

Closes #764 
close #1039

After discussing with @MarinPostma on Slack, this is my first attempt at implementing this for the basic flow that will go through `bucket_sort_with_distinct`.

A few thoughts here: 

- For getting the count of filtered documents alone, I originally thought of using `filter_map.values().filter(|&&v| !v).count()`. In a few cases, this was the same as what I have now implemented. But I realised I couldn't do something similar for `distinct`. So for being consistent, I have implemented both in a similar fashion.
- I also needed the `contains_key` check to ensure we're not counting the same document ID twice.

@MarinPostma also mentioned that this will be an approximation since the sort is lazy. In the test example that I've updated, the actual filtered count will be just 19 (for `male` records), but due to the `limit` in play, it returns 32 (filtering out 11 records overall).

Please let me know if this is the kind of fix we are looking for, and I can implement it in the placeholder search also.

Co-authored-by: Balaji Sivaraman <balaji@balajisivaraman.com>
2020-11-26 09:53:13 +00:00
Jean SIMARD 85d0a914ac
[fix] Remove some clippy warnings 2020-11-23 23:24:40 +01:00
Balaji Sivaraman 75e22fc7f5 feat(search): update nbHits count with filtered docs for placeholder search 2020-11-19 21:02:47 +05:30
Balaji Sivaraman 43df4a56c4 feat(search): update nbHits count with filtered docs for core flow 2020-11-19 19:35:37 +05:30
mpostma 3a0861694d fix clear document bug 2020-11-19 14:04:07 +01:00
bors[bot] f968d039f7
Merge #1065
1065: Stable -> master r=Kerollmops a=MarinPostma

~waiting for release~ OK

Co-authored-by: mpostma <postma.marin@protonmail.com>
Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
2020-11-04 21:22:08 +00:00
mpostma a8ab15d65d Revert "Merge #1001"
This reverts commit 690eab4a25, reversing
changes made to 086020e543.

update changelog
2020-11-02 15:10:09 +01:00
dependabot[bot] 93953103ad
Bump serde from 1.0.116 to 1.0.117
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.116...v1.0.117)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-01 05:40:44 +00:00
mpostma bbb6771625 bump meilisearch 2020-10-28 12:36:52 +01:00
mpostma 190b78b7be Revert "Merge #1037"
This reverts commit 257f9fb2b2, reversing
changes made to 9bae7a35bf.
2020-10-27 17:27:47 +01:00
mpostma d35a104ad3 requested changes 2020-10-27 11:53:24 +01:00
mpostma 33c7c5a7e3 remove del_synonyms function 2020-10-26 21:33:39 +01:00
mpostma f9ab85adbe deunicase synonyms 2020-10-26 17:47:55 +01:00