2098 Commits

Author SHA1 Message Date
Harpreet Sangar
72b8d4c26e Filter by reference. 2023-03-10 18:18:46 +05:30
Kishore Nallan
149a9b51df Merge branch 'v0.25' into v0.25-join 2023-03-10 18:16:56 +05:30
Kishore Nallan
ee3ed42713 Handle premature termination of resource-limited request. 2023-03-10 17:07:05 +05:30
Kishore Nallan
b5aa84f743 Fix edge case with phrase match on array. 2023-03-10 10:48:07 +05:30
Kishore Nallan
539e7dd67b
Merge pull request #924 from krunal1313/group_hits_count
Allow sorting groups on group hits count
2023-03-06 14:15:29 +05:30
krunal1313
ff7f906081 adding test for group sorting without group_by fields 2023-03-06 14:10:57 +05:30
Kishore Nallan
cfbcbfc6fb Handle special characters in prefix highlighting. 2023-03-06 13:31:38 +05:30
Kishore Nallan
1bcacfacff Merge branch 'v0.25' into v0.25-join 2023-03-05 10:56:31 +05:30
Kishore Nallan
f48b9ffe6e Extract doc validation functions out. 2023-03-05 10:55:42 +05:30
Kishore Nallan
b03c84cb4a Merge branch 'v0.25' into v0.25-join 2023-03-05 09:30:45 +05:30
Kishore Nallan
be9ba98a25 Add deb/rpm/binary/docker bazel build options. 2023-03-03 21:25:15 +05:30
Kishore Nallan
c176d71d21 Add version to CI wrapper script. 2023-03-03 18:35:58 +05:30
Kishore Nallan
b9d9a2ed73 Add wrapper script for docker bazel build. 2023-03-03 18:20:52 +05:30
krunal1313
c5d06cd271 simplifying test case 2023-03-03 18:11:25 +05:30
Kishore Nallan
15d3da7203 Limit token size to handle bad data. 2023-03-03 17:31:13 +05:30
Kishore Nallan
79ddbd56de Add bazel development build docker file. 2023-03-03 17:09:03 +05:30
Kishore Nallan
1ad6044bec
Merge pull request #885 from ozanarmagan/v0.25
Semantic Search & Hybrid Search
2023-03-03 17:00:31 +05:30
ozanarmagan
bf8ded2bac Update for huggingface repo and model name 2023-03-03 12:22:38 +03:00
krunal1313
60b1c169f2 adding test with exceeding the topster threshold limit 2023-03-03 14:46:23 +05:30
krunal1313
fd1b958fed fixing bug of score index 2023-03-02 19:34:57 +05:30
krunal1313
de5a7d08a2 making sorting more generic 2023-03-02 18:54:12 +05:30
krunal1313
77ffcd9444 sorting grouped results on group hit count 2023-03-02 18:05:28 +05:30
ozanarmagan
bbd611eb4b Fix build.sh 2023-03-01 17:51:19 +03:00
Kishore Nallan
543fc2ca7c
Merge pull request #915 from krunal1313/group_hits_count
Group hits count
2023-03-01 18:51:01 +05:30
krunal1313
7b59484e2f refactoring 2023-02-28 11:27:33 +05:30
krunal1313
83b91c9174 making changes restricted to group query only 2023-02-27 20:10:27 +05:30
ozanarmagan
3cfa1bde08 Fix for using filter ids instead of seq_ids::uncompress() 2023-02-27 16:01:00 +03:00
ozanarmagan
e1d452b713 Review changes II 2023-02-27 13:24:42 +03:00
krunal1313
1b3e3a3455 fixing edge case of repeated field values while group hit count 2023-02-27 15:25:33 +05:30
Kishore Nallan
7655f6de1d Merge branch 'v0.24.1' into v0.25
# Conflicts:
#	src/collection.cpp
#	test/collection_locale_test.cpp
2023-02-26 20:37:42 +05:30
Kishore Nallan
26e3407d1d Add guards for filter node. 2023-02-26 19:58:24 +05:30
Kishore Nallan
47879ff35c Handle bad filter query in override. 2023-02-26 13:31:30 +05:30
krunal1313
7a06e11e39 adding hits count for each group in group_by operation 2023-02-24 12:12:55 +05:30
Kishore Nallan
fc8f0d72a7 Enable search cutoff for art search. 2023-02-22 10:11:51 +05:30
Kishore Nallan
de2de028b7 Refactor fuzzy search restrictions. 2023-02-22 10:11:47 +05:30
Kishore Nallan
7a5c0eafda Refactor fuzzy search state transition.
Handle extra chars in the middle of a query.
2023-02-22 10:11:42 +05:30
ozanarmagan
fe4c888adb Fix for CMake build II 2023-02-21 17:23:27 +03:00
ozanarmagan
856bb5334c Fix for CMake build 2023-02-21 16:56:29 +03:00
ozanarmagan
4f728c98fe Review Changes 2023-02-21 13:02:47 +03:00
Kishore Nallan
bdb667eb03 Build: account for gcc/g++ versioned binary names 2023-02-21 10:33:26 +05:30
ozanarmagan
7305565df1 Fix for CMake build 2023-02-20 18:09:19 +03:00
Kishore Nallan
3b2e7e22f2 Merge branch 'v0.24.1' into v0.25 2023-02-20 18:10:49 +05:30
Kishore Nallan
e80b17085a Allow sequence id based sorting. 2023-02-20 18:10:22 +05:30
Kishore Nallan
5f4d43f877 The id cannot be a default sorting field. 2023-02-18 14:28:43 +05:30
Kishore Nallan
231c066174
Merge pull request #897 from happy-san/wildcard_facet_fix
Wildcard facet_by should not return zero counts
2023-02-17 10:20:16 +05:30
Harpreet Sangar
e0d799777f Add test case for empty facet_by. 2023-02-17 10:15:39 +05:30
Harpreet Sangar
bf4c3d39dc Only allow prefix matching with wildcard. 2023-02-17 09:48:32 +05:30
Harpreet Sangar
e8f9d2127f Add test for wilcard facet_by match with no counts. 2023-02-16 19:51:36 +05:30
Harpreet Sangar
0b965f9e32 Allow partial matches with wildcard facet_by. 2023-02-16 19:30:13 +05:30
Ozan Armağan
807a95b383
Merge branch 'v0.25-join' into v0.25 2023-02-16 16:15:20 +03:00