639 Commits

Author SHA1 Message Date
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
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
56d3a26cc5 Imporve prefix searching on ko locale. 2021-05-31 19:47:12 +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
Kishore Nallan
1848feb6d2 Block based posting list intersection. 2021-05-24 19:02:36 +05:30
Kishore Nallan
8b24fe82b8 Basics of a block based posting list container. 2021-05-22 15:05:46 +05:30
Kishore Nallan
b817e615cb Ensure floating point precision is correct when faceted. 2021-05-21 19:01:39 +05:30
Kishore Nallan
e3a5c3d9aa Fix highlight edge case: random first token highlight. 2021-05-20 11:12:27 +05:30
Kishore Nallan
32eda90e16 Allow num_typos to be configured at a per-field level. 2021-05-20 07:22:01 +05:30
Kishore Nallan
987535c1be Make exact match behavior configurable. 2021-05-13 15:13:29 +05:30
Kishore Nallan
1f6b4e3cd4 Fix packing/unpacking of lat lng. 2021-05-12 16:49:09 +05:30
Kishore Nallan
d827ddbc7a Swap out underlying geo library. 2021-05-11 12:33:38 +05:30
Kishore Nallan
9679895ee3 Add optional LRU + TTL cache for searches. 2021-05-09 20:31:24 +05:30
Kishore Nallan
999a62b64c Support use of backticks for wrapping string filter value. 2021-05-09 15:55:48 +05:30
Kishore Nallan
40b5eca7d0 Reduce no-op operations during updates to fix perf. 2021-05-08 17:16:43 +05:30
Kishore Nallan
278f1d87b9 Support exclude filtering for string facets. 2021-05-07 13:32:03 +05:30
Kishore Nallan
348d672d0c Prioritize records whose fields match exactly with query. 2021-05-05 16:24:55 +05:30
Kishore Nallan
5f2254d22a A string* field must be treated as optional by default. 2021-04-28 08:12:54 +05:30
Kishore Nallan
b3d1a48769 Fix shutdown when node is terminated before becoming leader. 2021-04-26 19:01:32 +05:30
Kishore Nallan
b70296e58f Refactor write request check. 2021-04-26 18:33:52 +05:30
Kishore Nallan
c4deb38189 Handle lag being negative in leader. 2021-04-26 17:19:07 +05:30
Kishore Nallan
2a89acd84e Return 503 for both read and write lag. 2021-04-25 19:15:33 +05:30
Kishore Nallan
60c03bce19 Defer deletion of old ssl context during SSL cert refresh. 2021-04-25 16:31:20 +05:30
Kishore Nallan
aa1cd0acd1 Recover gracefully from a crash during write. 2021-04-23 14:23:00 +05:30
Kishore Nallan
0ae663ab02 Implement rate limiting to protect from write lag. 2021-04-22 07:35:51 +05:30
Kishore Nallan
006ff75154 Better highlighting for query tokens match across fields. 2021-04-19 13:02:42 +05:30
Kishore Nallan
b3b47f5651 Refactor highlighting + tokenizer to simplify logic. 2021-04-18 20:37:58 +05:30
Kishore Nallan
1d1712f391 Refactor tokenizer to use index, skip and separate logic. 2021-04-16 17:55:52 +05:30
Kishore Nallan
37b78072fa Allow long custom API keys. 2021-04-12 19:36:03 +05:30
Kishore Nallan
60a5cff291 Fix edge case involving filtering of negative values. 2021-04-10 21:09:00 +05:30
Kishore Nallan
2591231a0b Fix on-demand snapshot. 2021-04-10 14:24:28 +05:30
Kishore Nallan
5b4b617b59 Refresh catch up status more frequently. 2021-04-10 13:06:56 +05:30
Kishore Nallan
6b793afbae Refactor deferring of batched writes during import. 2021-04-09 16:47:42 +05:30
Kishore Nallan
073667e844 Fix blocking of http thread during writes. 2021-04-08 17:57:02 +05:30
kishorenc
a11befe42b Fix embedded params on multi_search end-point. 2021-04-07 15:00:04 +05:30
kishorenc
ad28540fdc Manage lifecycle of deferred_req_res_t better. 2021-04-06 14:12:15 +05:30
kishorenc
4b2beba0d9 Add validation for collection name. 2021-04-05 15:41:04 +05:30