1106 Commits

Author SHA1 Message Date
ozanarmagan
4f728c98fe Review Changes 2023-02-21 13:02:47 +03:00
Kishore Nallan
3b2e7e22f2 Merge branch 'v0.24.1' into v0.25 2023-02-20 18:10:49 +05:30
Kishore Nallan
5f4d43f877 The id cannot be a default sorting field. 2023-02-18 14:28:43 +05:30
Ozan Armağan
807a95b383
Merge branch 'v0.25-join' into v0.25 2023-02-16 16:15:20 +03:00
Kishore Nallan
7299742165
Merge branch 'v0.25-join' into v0.25 2023-02-16 18:26:12 +05:30
ozanarmagan
4f921a3040 Auto vector generation & Hybrid Search 2023-02-16 14:47:17 +03:00
Harpreet Sangar
a1e744b74d temp. 2023-02-16 14:47:17 +03:00
Harpreet Sangar
7a73d9ffd0 Reference include_fields. 2023-02-16 14:47:17 +03:00
Harpreet Sangar
7493316f0e Refactor rearranging_recursive_filter. 2023-02-16 14:47:17 +03:00
Harpreet Sangar
a1c6949246 Fix double locking of collection mutex. 2023-02-16 14:47:17 +03:00
Harpreet Sangar
84fbcf37fd Add reference_fields map in Collection. 2023-02-16 14:47:17 +03:00
Harpreet Sangar
a3d79062ad Add Index::adaptive_filter. 2023-02-16 14:47:17 +03:00
Harpreet Sangar
824d6cf3ff Add Index::rearranging_recursive_filter. 2023-02-16 14:47:17 +03:00
Harpreet Sangar
7f11eb4bfa Optimize reference filtering. 2023-02-16 14:47:17 +03:00
Harpreet Sangar
e628a24d6e Filter by reference. 2023-02-16 14:47:17 +03:00
Harpreet Sangar
fb1edab706 Store foo_sequence_id in collection's meta-data. 2023-02-16 14:47:17 +03:00
Harpreet Sangar
c01b0ccf85 Abstract foo_sequence_id field from user. 2023-02-16 14:47:17 +03:00
Harpreet Sangar
c25d69ea85 Persist reference field property. 2023-02-16 14:47:17 +03:00
Harpreet Sangar
f4eb8716fc Add reference in field struct. 2023-02-16 14:47:17 +03:00
Harpreet Sangar
70028c76ce Return wildcard matching facets only if count is greater than 0. #896 2023-02-16 15:41:03 +05:30
Harpreet Sangar
c2211e914d temp. 2023-02-15 16:48:44 +05:30
Kishore Nallan
5eda7668b9 Refactor fuzzy search restrictions. 2023-02-14 14:28:39 +05:30
Harpreet Sangar
b1ef695461 Reference include_fields. 2023-02-09 11:50:58 +05:30
Harpreet Sangar
da1b327749 Refactor rearranging_recursive_filter. 2023-02-03 17:09:24 +05:30
Harpreet Sangar
16d6a5cbf0 Fix double locking of collection mutex. 2023-02-03 14:30:17 +05:30
Harpreet Sangar
34f039e584 Add reference_fields map in Collection. 2023-02-02 11:23:09 +05:30
Ozan Armağan
07b456c229
Rate limit API updates & improvements (#846)
* Rate limit procedure updates & improvements

* Review changes

* Update for adding support to delete temp throttles

* Review Changes II

* Review Changes III
2023-01-31 20:57:02 +05:30
Harpreet Sangar
6c19c95af6 Add Index::adaptive_filter. 2023-01-27 19:58:06 +05:30
Harpreet Sangar
5c5f43195c Add Index::rearranging_recursive_filter. 2023-01-27 12:57:13 +05:30
Kishore Nallan
a4b75ac108 Merge branch 'v0.24-nested' into v0.25 2023-01-25 18:13:47 +05:30
Kishore Nallan
c4355ed123 Return 529 for overloaded search requests. 2023-01-25 17:29:08 +05:30
Harpreet Sangar
6c5662bc95 Optimize reference filtering. 2023-01-24 10:57:29 +05:30
Harpreet Sangar
ebfbf4f48d Filter by reference. 2023-01-22 12:02:29 +05:30
Kishore Nallan
eb3c889e13 Merge branch 'v0.24-nested' into v0.25 2023-01-21 21:22:06 +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
Harpreet Sangar
c4730c60b3 Store foo_sequence_id in collection's meta-data. 2023-01-19 11:27:52 +05:30
Harpreet Sangar
b41db06b1a Abstract foo_sequence_id field from user. 2023-01-17 14:08:39 +05:30
Harpreet Sangar
bb1c72a8f4 Persist reference field property. 2023-01-16 19:21:17 +05:30
Harpreet Sangar
56d382d1e0 Add reference in field struct. 2023-01-16 13:39:17 +05:30
Krunal Gandhi
e6c3017352
Single value facet (#854)
* single valued facet initial commit

* refactoring and bug fixes

* modularizing repeatative code to function call
2023-01-13 13:21:06 +05:30
Harpreet Sangar
d7ff4bdc0e
Support wildcard. (#852)
* Support wildcard.

* Add test case for `query_by=user.*`

* Remove duplicate.

* Add WildcardHighlightFields test.

* Add WildcardHighlightFullFields test.

* Review changes.
2023-01-11 20:30:07 +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
8b69d524ba Fix include/exclude fields in export for nested docs. 2023-01-10 16:17:41 +05:30
Kishore Nallan
cd5cfc5445 Merge branch 'v0.24-nested' into v0.25
# Conflicts:
#	include/collection.h
#	src/collection.cpp
#	src/collection_manager.cpp
#	src/index.cpp
2023-01-09 16:06:34 +05:30
Kishore Nallan
0fc0f80d21 Parse text match info based on match type. 2023-01-09 13:16:30 +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
Harpreet Sangar
5f034f8b3b
Update documents using filter_by. (#845)
* Update documents.

* Return number of documents updated in the response.

* Update test.

* Use `add_many` to update documents.

* Test batching of updation.

* Support updation of all documents by `filter_by=*`.

* Update test to work on schema with nesting enabled.

* Fix memory leak.

* Add nested field updation test.

* Remove iterator key comparison.
2023-01-06 12:36:56 +05:30
Kishore Nallan
bc31be874a Add text match modes: max_score and max_weight. 2023-01-04 20:30:30 +05:30
Kishore Nallan
5c75d1553a Merge branch 'bazel-build' into v0.25 2023-01-03 11:02:09 +05:30