Kishore Nallan
|
a121f95bd8
|
Don't remove empty array of obj elements for highlight.
|
2023-02-12 07:51:05 +05:30 |
|
Kishore Nallan
|
2a75f6fc73
|
Fix boolean field as default sorting field.
|
2023-02-10 17:03:29 +05:30 |
|
Kishore Nallan
|
eabea8f248
|
Handle geopoint inside nested array of objects.
|
2023-02-07 20:11:40 +05:30 |
|
Kishore Nallan
|
86535e24aa
|
Improve error message for nested array object string field.
|
2023-02-05 13:20:02 +05:30 |
|
Kishore Nallan
|
0579398993
|
Allow null values for optional nested fields.
|
2023-02-05 10:58:40 +05:30 |
|
Kishore Nallan
|
2c8b8d6af1
|
Add test for eval expression validation.
|
2023-02-04 21:30:02 +05:30 |
|
Kishore Nallan
|
f40637fe64
|
Enabling exhaustive search should automatically drop tokens.
|
2023-02-04 21:27:25 +05:30 |
|
Kishore Nallan
|
309e973de5
|
Properly release buffered export body.
|
2023-02-04 21:27:15 +05:30 |
|
Kishore Nallan
|
0ac4feb68c
|
Update README
v0.24.0
|
2023-01-30 20:49:20 +05:30 |
|
Kishore Nallan
|
0271d89f7b
|
Merge branch 'v0.24-nested'
# Conflicts:
# SHOWCASE.md
|
2023-01-30 18:43:54 +05:30 |
|
Kishore Nallan
|
4e1f01289e
|
Use partial_sort for bucketed match score.
|
2023-01-28 07:44:15 +05:30 |
|
Kishore Nallan
|
f3d4bb4924
|
Limit text indexed for string sorting to prevent abuse.
|
2023-01-27 15:21:56 +05:30 |
|
Kishore Nallan
|
bfb6e65764
|
Use 408 for search cutoff + no results.
|
2023-01-26 21:23:09 +05:30 |
|
Kishore Nallan
|
dcfb540b05
|
Fix test.
|
2023-01-26 20:45:54 +05:30 |
|
Kishore Nallan
|
c4355ed123
|
Return 529 for overloaded search requests.
|
2023-01-25 17:29:08 +05:30 |
|
Kishore Nallan
|
f038e99809
|
Use separate threadpool for replication state.
|
2023-01-25 13:22:46 +05:30 |
|
Kishore Nallan
|
21f1937138
|
Don't return nested field details in summary end-points.
|
2023-01-21 19:01:43 +05:30 |
|
Kishore Nallan
|
e9ffdaf4ed
|
Update caught up only when leader status is available.
|
2023-01-21 18:17:50 +05:30 |
|
Kishore Nallan
|
d25a021ea9
|
Don't prune actually empty elements.
|
2023-01-21 09:42:52 +05:30 |
|
Kishore Nallan
|
feb2432b67
|
Log when writes are rejected due to resource constraint.
|
2023-01-20 16:12:50 +05:30 |
|
Kishore Nallan
|
f9f0566606
|
Fine grain locking for collection creation.
Ensures that collection creation op is not blocked by a write to another collection.
|
2023-01-19 19:29:55 +05:30 |
|
Kishore Nallan
|
695aa514d5
|
Add test for field with dot in the name but not nested.
|
2023-01-17 20:08:36 +05:30 |
|
Kishore Nallan
|
7d4466c937
|
Fix preset restoration.
|
2023-01-17 09:39:59 +05:30 |
|
Kishore Nallan
|
f6445a0314
|
Handle preset at the level of each multi search element.
|
2023-01-15 21:06:10 +05:30 |
|
Kishore Nallan
|
160a91ede7
|
Fix text match default.
|
2023-01-11 11:38:28 +05:30 |
|
Kishore Nallan
|
e4f3090f5f
|
Tweak synonym test to directly add syn json.
|
2023-01-10 17:02:43 +05:30 |
|
Kishore Nallan
|
502e7503b3
|
Fix include/exclude fields in export for nested docs.
# Conflicts:
# include/collection.h
# src/collection.cpp
|
2023-01-10 16:45:51 +05:30 |
|
Kishore Nallan
|
3d033d1ae9
|
Flat fields must not be returned in nested fields with include fields.
|
2023-01-09 15:47:23 +05:30 |
|
Kishore Nallan
|
0fc0f80d21
|
Parse text match info based on match type.
|
2023-01-09 13:16:30 +05:30 |
|
Kishore Nallan
|
10fa7a8fa4
|
Expose match type to API.
|
2023-01-09 09:24:37 +05:30 |
|
Kishore Nallan
|
aec1e6cff0
|
Use http lib timestamp separately as conn_ts.
|
2023-01-07 19:06:53 +05:30 |
|
Kishore Nallan
|
44d489ed54
|
Fix synonym loading regression.
|
2023-01-06 20:52:05 +05:30 |
|
Kishore Nallan
|
7a63d930bf
|
Handle searchcutoff during facet population as well.
|
2023-01-06 12:33:00 +05:30 |
|
Kishore Nallan
|
c2a23a3deb
|
Fix test.
|
2023-01-05 19:33:54 +05:30 |
|
Kishore Nallan
|
c5f8e59b96
|
Allow API key to be passed via multi_search body.
|
2023-01-05 18:48:06 +05:30 |
|
Kishore Nallan
|
ff8da56d56
|
Implement search cutoff for faceting op.
|
2023-01-05 16:20:55 +05:30 |
|
Kishore Nallan
|
679a6cc62f
|
Fix k value for id based vector search.
|
2023-01-05 14:08:46 +05:30 |
|
Kishore Nallan
|
bc31be874a
|
Add text match modes: max_score and max_weight.
|
2023-01-04 20:30:30 +05:30 |
|
Kishore Nallan
|
f380bd5fa9
|
Take care of underlying req being null.
|
2023-01-02 19:33:43 +05:30 |
|
Kishore Nallan
|
1a66a25e2f
|
Enable slow searches logging by default (30s cutoff)
|
2023-01-02 18:53:36 +05:30 |
|
Kishore Nallan
|
bf0f7430a0
|
Allow vector query to pass a document ID.
|
2023-01-01 18:00:50 +05:30 |
|
Kishore Nallan
|
a9b926e24b
|
Don't wrap () for empty filter strings.
|
2022-12-28 17:20:36 +05:30 |
|
Kishore Nallan
|
0e1d70ebf6
|
Add flag to disable old highlight structure.
|
2022-12-25 21:04:22 +05:30 |
|
Kishore Nallan
|
7f348250b6
|
Add guard for really large documents eating memory during load.
|
2022-12-23 19:44:59 +05:30 |
|
Kishore Nallan
|
a5628f9940
|
Fix slow exports.
|
2022-12-22 14:43:53 +05:30 |
|
Kishore Nallan
|
a10cf167ca
|
Fix edge case for facet counts with empty strings in array.
|
2022-12-21 14:39:06 +05:30 |
|
Kishore Nallan
|
61beb7f317
|
Terminate batch indexing iter early on resource exhaustion.
|
2022-12-20 17:48:59 +05:30 |
|
Kishore Nallan
|
f4b8b4c627
|
Fix symbols_to_index key in response.
|
2022-12-19 17:25:55 +05:30 |
|
Kishore Nallan
|
644677d522
|
Fix synonym symbols view rendering issue.
|
2022-12-15 17:45:56 +05:30 |
|
Kishore Nallan
|
5ba38ad08b
|
Use double for disk usage threshold.
|
2022-12-13 14:52:02 +05:30 |
|