1464 Commits

Author SHA1 Message Date
Kishore Nallan
e4a33b8586 Fix bug in delete by query log replay. 2021-06-27 09:21:19 +05:30
Kishore Nallan
d8391ceef9 Separate geo index for every field + proper deletion. 2021-06-26 17:44:14 +05:30
Kishore Nallan
fb0692663a Clean up after delete by query is done. 2021-06-26 15:50:18 +05:30
Kishore Nallan
b066909205 Simplify wildcard query result generation. 2021-06-26 15:16:36 +05:30
Kishore Nallan
6486ec0c4e Allow facet query value to contain colon. 2021-06-26 11:09:11 +05:30
Kishore Nallan
a5efcd6897 Fix upsert behavior: should accept only whole documents. 2021-06-25 21:02:33 +05:30
Kishore Nallan
b785484308 Fix exectimer. 2021-06-20 10:23:50 +05:30
Kishore Nallan
ba5fbb0461 Fix posting list block/index iteration. 2021-06-20 09:23:55 +05:30
Kishore Nallan
d54957c0c6 Simplify posting list offset storage and extraction. 2021-06-20 09:11:35 +05:30
Kishore Nallan
325c8ef103 Fix single list block intersection. 2021-06-19 20:18:07 +05:30
Kishore Nallan
55c216d38e Fix intersection on empty posting lists. 2021-06-19 17:12:10 +05:30
Kishore Nallan
19886bb948 Fix intersection on empty posting lists. 2021-06-19 16:52:27 +05:30
Kishore Nallan
6b329a1f38 Fixed an edge case with posting list block merging. 2021-06-19 15:47:16 +05:30
Kishore Nallan
b5374eae1e Fixed an edge case with posting list block merging. 2021-06-19 15:46:25 +05:30
Jason Bosco
8f38049c6b No runtime dependencies 2021-06-18 20:11:04 -07:00
Jason Bosco
84396492f6 Update SHOWCASE.md 2021-06-18 17:14:02 -07:00
Jason Bosco
652fa1927f Ecommerce store showcase 2021-06-18 16:33:54 -07:00
Kishore Nallan
e42acc4307 Merge branch 'postings-refactor' into postings-refactor-integration
# Conflicts:
#	src/index.cpp
2021-06-18 20:34:56 +05:30
Kishore Nallan
876f0f64dc Support not equals on boolean filds. 2021-06-18 20:14:36 +05:30
Kishore Nallan
ba9a5e65d1 Disallow empty filter values + add bounds checks. 2021-06-18 18:07:40 +05:30
Kishore Nallan
aca74c6295 Use != as negation operation to cope with numbers also. 2021-06-18 17:27:33 +05:30
Kishore Nallan
551e5b0bf1 Fix edge case in NOT_EQUALS filtering.
When no results are found at all prior to negation, no results were being returned, when everything should be returned.
2021-06-18 16:25:29 +05:30
Kishore Nallan
929b6796cc Posting list integration. 2021-06-18 12:52:06 +05:30
Kishore Nallan
ed8271b0c3 Add test for numerical range filtering. 2021-06-18 08:56:37 +05:30
Jason Bosco
e18e4ab004 Add ecommerce showcase 2021-06-17 20:19:44 -07:00
Kishore Nallan
1dd61e62db Allow field highlighting independent of query_by fields. 2021-06-17 18:24:11 +05:30
Kishore Nallan
7602df1877 Disallow primary key value being created as a custom key. 2021-06-17 14:03:40 +05:30
Kishore Nallan
3efe062d63 Fix queries with hyphens not matching indexed text. 2021-06-17 12:28:00 +05:30
Kishore Nallan
8f1abc495e Helper for fetching array token positions. 2021-06-16 21:03:02 +05:30
Kishore Nallan
3a7109c1a4 Drop back to compact list only based on storage length. 2021-06-16 17:56:47 +05:30
Kishore Nallan
0509dce2c4 Refactor block insertor. 2021-06-16 12:25:38 +05:30
Kishore Nallan
219446e9e9 Fix compact positing list capacity expansion. 2021-06-16 09:59:16 +05:30
Kishore Nallan
be44d92539 Fix block intersection contination. 2021-06-15 21:05:52 +05:30
Kishore Nallan
c9fd7bc506 Add contains one helper for posting list. 2021-06-15 19:44:43 +05:30
Kishore Nallan
93261178a9 Add contains for posting list. 2021-06-15 13:02:14 +05:30
Kishore Nallan
267aabb701 Posting list merge. 2021-06-15 08:42:23 +05:30
Kishore Nallan
34ad1747e1 Posting list: split up intersection and offset compute. 2021-06-14 20:47:30 +05:30
Kishore Nallan
fcbca97f5f Improve posting list cached ids decompression. 2021-06-13 17:21:10 +05:30
Kishore Nallan
20e2edf936 Wrapper for positing list intersection. 2021-06-13 09:51:46 +05:30
Kishore Nallan
e200f1500d Disallow use of type auto for a non-wildcard containing field. 2021-06-12 16:18:29 +05:30
Kishore Nallan
0716da0057 Validate against empty synonym string. 2021-06-11 20:56:48 +05:30
Kishore Nallan
0d5eef664e Ability to disable overrides. 2021-06-11 20:29:21 +05:30
Kishore Nallan
b141e01b1b Field level prefix configuration. 2021-06-11 19:00:11 +05:30
Kishore Nallan
a7db88c27e Track num ids of posting lists. 2021-06-11 13:49:31 +05:30
Kishore Nallan
e695ba65c8 Add a few locale tokenization tests. 2021-06-09 20:20:01 +05:30
Kishore Nallan
8a43fa8b88 Allow search query to be pre-segmented. 2021-06-07 21:43:28 +05:30
Kishore Nallan
066dae9a16 Implement exclude_radius option for geopoint sorting. 2021-06-07 08:44:20 +05:30
Kishore Nallan
8726e27718 Support Chinese locale. 2021-06-06 22:03:02 +05:30
Kishore Nallan
d5655809ac Test for verifying that unindexed field is upserted.
♥ SSK.
2021-06-06 15:42:01 +05:30
Kishore Nallan
894b667d78 Test for implicit text match sort field as last param. 2021-06-02 13:59:32 +05:30