1108 Commits

Author SHA1 Message Date
Kishore Nallan
c712cc0ca7 Ensure floating point precision is correct when faceted. 2021-07-14 11:44:01 +05:30
Kishore Nallan
89409bb6d6 Validate API key description during creation. 2021-07-14 11:44:01 +05:30
Kishore Nallan
e6340dd645 When key not found during deletion, return 404 and not 500. 2021-07-14 11:44:01 +05:30
Kishore Nallan
16d91aec6f Fix highlight edge case: random first token highlight. 2021-07-14 11:44:01 +05:30
Kishore Nallan
78ea80153f Allow num_typos to be configured at a per-field level. 2021-07-14 11:44:01 +05:30
Kishore Nallan
6cce811737 Fix faceting for field name with wildcard + type auto. 2021-07-14 11:44:00 +05:30
Kishore Nallan
8aa50af121 Skip empty strings during indexing. 2021-07-14 11:44:00 +05:30
Kishore Nallan
88ec671d65 Option fields can have a null value. 2021-07-14 11:44:00 +05:30
Kishore Nallan
529bb55c5c Make exact match behavior configurable. 2021-07-14 11:44:00 +05:30
Kishore Nallan
09e2e62312 Fixed an edge case of exact match across multiple fields. 2021-07-14 11:44:00 +05:30
Kishore Nallan
27ddda5792 Fix fuzzy search perf regression. 2021-07-14 11:44:00 +05:30
Kishore Nallan
9d08df38cf Fix packing/unpacking of lat lng. 2021-07-14 11:44:00 +05:30
Kishore Nallan
299aea5879 Fix issue with 3-way sort fields. 2021-07-14 11:44:00 +05:30
Kishore Nallan
e0dc73af3e Swap out underlying geo library. 2021-07-14 11:44:00 +05:30
Kishore Nallan
7947130a2f Support resource:* API key permission. 2021-07-14 11:44:00 +05:30
Kishore Nallan
ae2055c1ea Add optional LRU + TTL cache for searches. 2021-07-14 11:44:00 +05:30
Kishore Nallan
bef4c2ee72 Support use of backticks for wrapping string filter value. 2021-07-14 11:44:00 +05:30
Kishore Nallan
b23e8222ec Chore: free filter_ids during exclude filtering. 2021-07-14 11:44:00 +05:30
Kishore Nallan
f9a037a4d5 Reduce no-op operations during updates to fix perf. 2021-07-14 11:44:00 +05:30
Kishore Nallan
2f56c1aa5a Server should not be ready during snapshot pull + load. 2021-07-14 11:44:00 +05:30
Kishore Nallan
6065463a53 Bump max query string length from 2K to 4K. 2021-07-14 11:44:00 +05:30
Kishore Nallan
e6a11f74fc Support exclude filtering for string facets. 2021-07-14 11:44:00 +05:30
Kishore Nallan
25f6fe0614 Prioritize records whose fields match exactly with query. 2021-07-14 11:44:00 +05:30
Kishore Nallan
74bb5f1383 Refactor fuzzy search to address some obscure bugs. 2021-07-14 11:44:00 +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
Jason Bosco
e18e4ab004 Add ecommerce showcase 2021-06-17 20:19:44 -07:00
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
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
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
Jason Bosco
88c7d4e0b9 Update README.md 2021-05-07 20:13:50 -07:00
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
Kishore Nallan
2a42f1a5fc Fix race condition with on-demand snapshot. 2021-04-25 22:04:42 +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
51f57d3dd7 Fixed an issue with prefix searching. 2021-04-23 18:32:25 +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