1765 Commits

Author SHA1 Message Date
Kishore Nallan
2254d25955 Handle null values in nested object arrays for optional fields. 2023-11-02 16:13:04 +05:30
Kishore Nallan
bf01fbb773 Reuse text highlighting for facet query highlight. 2023-11-01 12:55:30 +05:30
Harpreet Sangar
06a67d8b35 Rename to ".re". 2023-10-31 17:49:04 +05:30
Harpreet Sangar
b469962b42 Remove reference helper fields from response. 2023-10-31 17:36:42 +05:30
Kishore Nallan
9bf515592d
Merge branch 'v0.26-facets' into facet_query_fix 2023-10-31 10:34:08 +05:30
krunal
203cf20858 correcting typo in test 2023-10-31 09:51:49 +05:30
Kishore Nallan
ae597f40ba Merge branch 'v0.25-join' into v0.26-facets
# Conflicts:
#	include/index.h
#	src/collection.cpp
#	test/collection_vector_search_test.cpp
2023-10-30 21:41:47 +05:30
krunal
5c1680eb11 fixing locale with facet_query 2023-10-30 18:44:51 +05:30
Kishore Nallan
813352ec48
Merge pull request #1346 from ozanarmagan/v0.25-join
Fix updating auto embedding field indexes
2023-10-30 17:16:00 +05:30
ozanarmagan
46b5847869 Fix updating auto embedding field indexes 2023-10-30 09:33:12 +03:00
Kishore Nallan
781e77d613
Merge pull request #1341 from happy-san/reference_includes
Include reference document by merging or nesting.
2023-10-27 13:26:03 +05:30
Kishore Nallan
30d2fd221d
Merge pull request #1338 from krunal1313/facet_query_fix
fix facet_query check with updated facets param
2023-10-27 13:23:39 +05:30
Harpreet Sangar
e0dc11f57a Return error on name collision. 2023-10-27 11:34:17 +05:30
Harpreet Sangar
ce6a5c2f3f Add support for nest and merge reference include strategy. 2023-10-27 11:34:17 +05:30
krunal
c5e218c5b1 fix for int64 facet stats 2023-10-26 20:05:03 +05:30
krunal
fd9bde7049 adding test for facet sort with facet query 2023-10-26 19:16:50 +05:30
krunal
ddf4de17be adding test for negative ranges 2023-10-25 20:41:46 +05:30
krunal
f704a1ebbb add test for space separated range label 2023-10-25 19:05:37 +05:30
krunal
8581fdd0ba adding test for range facet min max 2023-10-25 18:10:04 +05:30
krunal
ea34673cfd test for negative and float ranges 2023-10-25 13:41:32 +05:30
ozanarmagan
9cc8f88310 Fix sort by vector query 2023-10-24 19:12:18 +03:00
Kishore Nallan
e6876fa147 Merge branch 'v0.25-join' into v0.26-facets
# Conflicts:
#	include/field.h
#	src/collection.cpp
#	src/index.cpp
#	test/collection_vector_search_test.cpp
2023-10-23 18:45:18 +05:30
Kishore Nallan
976d62657f Facet index unit tests. 2023-10-23 17:58:23 +05:30
Kishore Nallan
c0a507750a Fix facet counter list reordering. 2023-10-23 17:58:23 +05:30
Kishore Nallan
ea80d8f43d
Merge pull request #1303 from happy-san/multi_value_reference
Reference array field.
2023-10-23 14:53:58 +05:30
Harpreet Sangar
9a8e029248 Add test case. 2023-10-23 14:17:08 +05:30
Harpreet Sangar
2e1335715e Support not like ! string comparator in filter_by. #1264 2023-10-23 12:49:15 +05:30
Harpreet Sangar
4ffbe3aad1 Add reference_index for reference array field. 2023-10-20 13:41:02 +05:30
Kishore Nallan
02337fe60b
Merge pull request #1307 from ozanarmagan/v0.25-join
Fix search on non-indexed vector fields
2023-10-18 10:25:03 +05:30
ozanarmagan
dfa2872bdf Add test for vector field 2023-10-17 21:45:57 +03:00
ozanarmagan
273e67358e Fix search on non-indexed auto embedding fields 2023-10-17 15:43:42 +03:00
Harpreet Sangar
8878acc0f9 Handle references for string, string[], int32, int32[], int64 and int64[] field types. 2023-10-17 11:39:25 +05:30
Kishore Nallan
dcfd336b06 Refactor field-wise search configuration parsing. 2023-10-16 11:37:25 +05:30
Kishore Nallan
5119af384e
Merge pull request #1301 from ozanarmagan/v0.25-join
Sort by vector query
2023-10-16 10:44:24 +05:30
ozanarmagan
a44f996a1b Update parse_vector_query_str 2023-10-15 14:34:07 +03:00
ozanarmagan
4167fe69c8 Sort by vector query 2023-10-14 02:07:51 +03:00
Kishore Nallan
91209a17dc Merge branch 'v0.25-join' into v0.26-facets
# Conflicts:
#	include/collection.h
#	include/index.h
#	src/collection.cpp
#	src/collection_manager.cpp
#	src/index.cpp
#	test/collection_specific_more_test.cpp
#	test/collection_vector_search_test.cpp
2023-10-13 19:00:17 +05:30
Kishore Nallan
c5dbfc25bb
Merge pull request #1297 from krunal1313/facet_query_value_index
Facet query handling with value index
2023-10-13 17:17:31 +05:30
krunal
b3a94888eb add test facet query with multiple tokens to hash index tests 2023-10-13 16:22:04 +05:30
krunal
34b5aa7d61 adding test for multiple words in facet query 2023-10-13 15:37:12 +05:30
Kishore Nallan
479b3bb139
Merge pull request #1296 from happy-san/_get_reference_collection_names
Fix crash in `_get_reference_collection_names` in case of malformed f…
2023-10-13 12:49:58 +05:30
Kishore Nallan
72adf3de8b
Merge pull request #1295 from krunal1313/posting_list_iterator
Posting list iterator
2023-10-13 12:49:24 +05:30
Harpreet Sangar
f03e749588 Add test case. 2023-10-13 11:43:58 +05:30
Harpreet Sangar
0e9cf7ed69 Fix crash in _get_reference_collection_names in case of malformed filter query. 2023-10-13 11:29:00 +05:30
krunal
f1cbb71cdf correcting test 2023-10-11 19:10:07 +05:30
krunal
5cf8b2c8d8 add test for group_by with multiple facet field 2023-10-11 16:39:56 +05:30
Kishore Nallan
ff0d2596cc Handle zero width non-joiner character for persian.
It must split the tokens into individual words.
2023-10-11 15:02:22 +05:30
Kishore Nallan
40a684619b Add both sides drop tokens mode. 2023-10-10 19:18:42 +05:30
krunal
cc46d213fb min/max of all matched facets 2023-10-10 15:42:16 +05:30
Kishore Nallan
d64f7f2cfe
Merge pull request #1292 from ozanarmagan/v0.25-join
Add vector query param to set hybrid saerch alpha
2023-10-10 15:30:29 +05:30