1150 Commits

Author SHA1 Message Date
Kishore Nallan
4d1390ce91 When sorting on geo field, return distance from reference point in response. 2021-07-03 21:05:41 +05:30
Kishore Nallan
40305791f8 Remove deprecated default_resolution config for geo fields. 2021-07-02 10:35:31 +05:30
Kishore Nallan
dfb164234f Ensure that geopoint is validated before indexing. 2021-07-01 21:21:07 +05:30
Kishore Nallan
e9dcafd977 Ensure that overrides and synonyms on disk are deleted during colllection drop. 2021-07-01 19:13:16 +05:30
Kishore Nallan
926a9105d7 Fixed an edge case in collection deletion. 2021-06-30 19:00:00 +05:30
Kishore Nallan
d406bb4715 Allow filtering in export end-point. 2021-06-27 21:16:10 +05:30
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
55c216d38e Fix intersection on empty posting lists. 2021-06-19 17:12:10 +05:30
Kishore Nallan
6b329a1f38 Fixed an edge case with posting list block merging. 2021-06-19 15:47:16 +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
ed8271b0c3 Add test for numerical range filtering. 2021-06-18 08:56:37 +05:30
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
Kishore Nallan
56d3a26cc5 Imporve prefix searching on ko locale. 2021-05-31 19:47:12 +05:30
Kishore Nallan
bcdd33237f Minor cleanup. 2021-05-31 12:19:52 +05:30
Kishore Nallan
8e4fc412b1 Retry parsing of nodes config: helps DNS resolution lag. 2021-05-30 20:48:44 +05:30
Kishore Nallan
6e4ecd409c In place updates for posting list. 2021-05-30 19:54:22 +05:30
Kishore Nallan
d6d83ec3ed Resolve hostnames in nodes config to IP automatically. 2021-05-29 20:54:53 +05:30
Kishore Nallan
e9f89f4bb7 Compact posting list structure. 2021-05-29 16:16:41 +05:30