1117 Commits

Author SHA1 Message Date
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
Kishore Nallan
24b1c8d3fa Merge branch '0.21.0-rc' into postings-refactor 2021-05-28 18:00:11 +05:30
Kishore Nallan
8d6742fc6d Normalize ascii tokens intermixed with non-english text. 2021-05-28 14:04:10 +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
9e43a5b0e5 Validate API key description during creation. 2021-05-20 15:00:51 +05:30
Kishore Nallan
a0da8929cd When key not found during deletion, return 404 and not 500. 2021-05-20 14:53:07 +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
f55c5d2b13 Fix faceting for field name with wildcard + type auto. 2021-05-13 19:22:55 +05:30
Kishore Nallan
239f4443e8 Skip empty strings during indexing. 2021-05-13 17:23:02 +05:30
Kishore Nallan
e8dd34c1c3 Option fields can have a null value. 2021-05-13 17:01:22 +05:30
Kishore Nallan
987535c1be Make exact match behavior configurable. 2021-05-13 15:13:29 +05:30
Kishore Nallan
2b31ea22b8 Fixed an edge case of exact match across multiple fields. 2021-05-12 22:15:32 +05:30
Kishore Nallan
8457947d6a Fix fuzzy search perf regression. 2021-05-12 18:24:30 +05:30
Kishore Nallan
1f6b4e3cd4 Fix packing/unpacking of lat lng. 2021-05-12 16:49:09 +05:30
Kishore Nallan
eca0d952e9 Fix issue with 3-way sort fields. 2021-05-11 19:16:50 +05:30
Kishore Nallan
d827ddbc7a Swap out underlying geo library. 2021-05-11 12:33:38 +05:30
Kishore Nallan
47a35935d6 Support resource:* API key permission. 2021-05-10 07:53:53 +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
2bf64bb205 Chore: free filter_ids during exclude filtering. 2021-05-08 21:42:42 +05:30
Kishore Nallan
40b5eca7d0 Reduce no-op operations during updates to fix perf. 2021-05-08 17:16:43 +05:30
Kishore Nallan
46b0f08d3f Server should not be ready during snapshot pull + load. 2021-05-07 19:32:08 +05:30
Kishore Nallan
b26d8c04e1 Bump max query string length from 2K to 4K. 2021-05-07 14:42:18 +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
b13d093b0a Refactor fuzzy search to address some obscure bugs. 2021-05-02 21:49:47 +05:30
Kishore Nallan
f8b035bc5c Update README to mention 0.20 2021-04-29 08:07:16 +05:30
Kishore Nallan
1cd30db935 Merge branch '0.20.0-rc' 2021-04-29 08:04:38 +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
b5300fa599 Ensure that all query tokens are highlighted. 2021-04-27 08:11:37 +05:30
Kishore Nallan
b3d1a48769 Fix shutdown when node is terminated before becoming leader. 2021-04-26 19:01:32 +05:30