1464 Commits

Author SHA1 Message Date
Jason Bosco
877d2203eb Merge pull request #279 from vhpoet/patch-1
Add readthistwice.com to SHOWCASE.md
2021-05-31 15:19:42 -07:00
Vahe Hovhannisyan
6db1a91dd5 Add readthistwice.com to SHOWCASE.md 2021-05-31 15:15:49 -07:00
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
Jason Bosco
6ff51a9436 Update README.md 2021-05-26 23:23:07 -07:00
Jason Bosco
030fb0e4e1 Update SHOWCASE.md 2021-05-26 23:21:07 -07:00
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
Jason Bosco
5aac253e98 Update SECURITY.md 2021-05-21 19:41:10 -07:00
Jason Bosco
75d8229a19 Create SECURITY.md 2021-05-21 19:40:56 -07:00
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
Jason Bosco
88c7d4e0b9 Update README.md 2021-05-07 20:13:50 -07:00
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
Jason Bosco
e1e707b2f2 Update README.md 2021-04-29 14:13:11 -07:00
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
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
7e9fbea7f7 Use applying index to work around a bug with index updates. 2021-04-26 08:09:25 +05:30