1677 Commits

Author SHA1 Message Date
Kishore Nallan
e68458aff3 Don't allow field with same name as regexp field pattern. 2022-05-26 15:07:09 +05:30
Kishore Nallan
e12711ebf4 Dynamic filtering via overrides should not use typos. 2022-05-25 07:18:23 +05:30
Kishore Nallan
0710addecc Prioritize highlight zone matching over total count. 2022-05-23 07:53:03 +05:30
Kishore Nallan
c72abf89a6 More fixes for prefix expansion. 2022-05-21 20:47:02 +05:30
Kishore Nallan
d935cb4041 Fix proper prefix expansion. 2022-05-19 16:12:33 +05:30
Kishore Nallan
c481920979 Take care of empty filter value in filter by id. 2022-05-18 16:16:22 +05:30
Kishore Nallan
0e2257dc29 Fix max_candidates behavior. 2022-05-13 17:41:11 +05:30
Kishore Nallan
d83745a6eb Log address in slow request logs. 2022-05-12 13:10:07 +05:30
Kishore Nallan
14de7746ed Fix api auth key memory allocation warning. 2022-05-12 10:58:25 +05:30
Kishore Nallan
d2e4fad605 Placeholder override filtering must match exactly. 2022-05-11 17:08:41 +05:30
Kishore Nallan
de07f89e47 Initialize thread locals earlier. 2022-05-11 17:06:07 +05:30
Kishore Nallan
0e52f93b5a Additional test for upsert with string field. 2022-05-10 20:35:01 +05:30
Kishore Nallan
4c2c11d495 Test: bootstrap key is not allowed for scoped search. 2022-05-10 18:51:32 +05:30
Kishore Nallan
73cc256e2f Add guard for protecting writes from low disk space. 2022-05-10 07:46:39 +05:30
Kishore Nallan
8eb19f70a5 Account for token separator during upsert/removal. 2022-05-08 21:14:07 +05:30
Kishore Nallan
ebfa4a4aee Add test for filtering on array. 2022-05-08 19:50:05 +05:30
Kishore Nallan
3dc17b4e20 Parameterize arch name. 2022-05-08 15:00:17 +05:30
Kishore Nallan
3e08b7d556 Add test for alter with bad field type. 2022-05-07 21:00:57 +05:30
Kishore Nallan
284c3d0dc7 Fix alter on dynamic fields. 2022-05-07 20:52:28 +05:30
Kishore Nallan
dc7c421617 Merge branch 'master' into v0.23 2022-05-05 12:43:52 +05:30
Kishore Nallan
b6908f2f81 Add test for missing fields property in schema change. 2022-04-30 19:19:25 +05:30
Kishore Nallan
da672d3629 Fix access logging cmdline flag. 2022-04-30 14:33:42 +05:30
Kishore Nallan
81ad4c2ba6 Handle dropping of optional field. 2022-04-30 08:37:08 +05:30
Kishore Nallan
9f5b6ed8de Fix strange random memory error. 2022-04-30 08:14:11 +05:30
Kishore Nallan
b3b591d9dd Option to log requests. 2022-04-27 16:53:15 +05:30
Kishore Nallan
9cfe72da7e Auth multi_search only when whole body is available. 2022-04-27 13:03:57 +05:30
Kishore Nallan
8104ffb583 Tweak error message. 2022-04-27 11:37:34 +05:30
Kishore Nallan
305a9bc348 Don't multiplex deletes by default. 2022-04-25 08:37:07 +05:30
Kishore Nallan
e175068533 Improve sorting during filtering. 2022-04-21 13:48:26 +05:30
Kishore Nallan
0a308b70c0 Alter for dynamic fields. 2022-04-20 07:45:12 +05:30
Kishore Nallan
b39dd3584f Improve alter schema validation error messages. 2022-04-18 21:17:35 +05:30
Kishore Nallan
e926d77562 Alter schema + dynamic fields should add to fields. 2022-04-18 17:40:13 +05:30
Kishore Nallan
5401e378e9 When present, use preset config for collection auth. 2022-04-17 18:17:01 +05:30
Kishore Nallan
27d1558954 Handle url encoding in document ID. 2022-04-15 18:07:23 +05:30
Kishore Nallan
93c31be88f Cover missing curated hits with hits below. 2022-04-15 15:38:05 +05:30
Kishore Nallan
21c31de3b8 Ensure that topster is fully stable on equal values. 2022-04-15 11:03:46 +05:30
Kishore Nallan
4bfa245aad Normalize facet values. 2022-04-14 17:24:02 +05:30
Kishore Nallan
bba8c5feb2 Fix highlighting around puncutation. 2022-04-14 15:21:05 +05:30
Kishore Nallan
5b462f5233 Drop/readd within same schema change set. 2022-04-14 12:23:38 +05:30
Kishore Nallan
d4e5c36b7f Port id_buff based aggregated collation. 2022-04-13 14:36:09 +05:30
Kishore Nallan
b502f5ddb8 Make cors domains a separate parameter.
Also fixes --enable-cors flag parsing issue.
2022-04-13 11:13:24 +05:30
Kishore Nallan
3f9544535c Ensure that synonyms are ranked equally. 2022-04-12 08:04:43 +05:30
Kishore Nallan
f92b8f59bb Handle max candidates independent of exhaustive search. 2022-04-10 20:53:41 +05:30
Kishore Nallan
1dd791b0b7 Fix highlight glitch involving prefix tokens. 2022-04-07 11:16:31 +05:30
Kishore Nallan
4889fba179 OR based token intersection. 2022-04-05 17:50:30 +05:30
Kishore Nallan
b51c6b2ddf Fix art delete type. 2022-03-28 13:02:29 +05:30
Kishore Nallan
6dfcbf6f82 Add another test for phrase search. 2022-03-26 17:23:16 +05:30
Kishore Nallan
d6cab80dde Return filter_curated_hits in override response. 2022-03-26 16:02:23 +05:30
Kishore Nallan
a6b7b2a3a7 Non index fields should not create index structures. 2022-03-26 15:52:21 +05:30
Kishore Nallan
a5b06a0e0d Schema change basics. 2022-03-26 08:22:40 +05:30