3354 Commits

Author SHA1 Message Date
krunal
0f73648534 updating changes 2023-09-29 14:53:40 +05:30
krunal
d1aef324a9 refactor fhash_int64 map and adding test 2023-09-29 13:06:58 +05:30
Kishore Nallan
e80eba7b69
Merge pull request #1262 from ozanarmagan/v0.25-join
Prevent using vector fields in query_by
2023-09-29 07:26:58 +05:30
ozanarmagan
5d7c0b1565 Prevent using vector fields in query_by 2023-09-29 01:09:28 +03:00
Kishore Nallan
ab59656c99
Merge pull request #1245 from ozanarmagan/v0.25-join
Don't return `vector_distance` for keyword only matches in hybrid search
2023-09-28 18:14:41 +05:30
Kishore Nallan
99f8f727e0
Merge pull request #1259 from krunal1313/int64_stats_facets
adding stats support for int64 facets
2023-09-28 17:05:05 +05:30
ozanarmagan
2d0b976f03 Do not flatten topster if not grouping 2023-09-28 14:28:09 +03:00
ozanarmagan
e7d6b56736 Use topster hashmap if not grouping 2023-09-28 14:21:07 +03:00
krunal
96f9304ce1 refactoring lookup map 2023-09-28 16:34:16 +05:30
krunal
f4fca28622 adding stats support for int64 facets 2023-09-28 15:50:40 +05:30
ozanarmagan
e747b53257 Fix using seq_id instead of kv->key 2023-09-28 13:14:27 +03:00
ozanarmagan
8eb38883b5 Use flattened KVs to find KV 2023-09-27 13:43:53 +03:00
ozanarmagan
8d481d53fd Remove unnecessary topster sort 2023-09-27 13:12:25 +03:00
ozanarmagan
a99baf7e0a Fix grouping 2023-09-27 11:38:04 +03:00
Kishore Nallan
b06d0d4ad0 Expose prioritize_num_matching_fields to api. 2023-09-27 12:30:14 +05:30
Kishore Nallan
4dd35835e3 Add flag prioritize_num_matching_fields. 2023-09-27 12:12:01 +05:30
Kishore Nallan
fd85c897e5 Use a single thread of indexing vectors. 2023-09-26 20:48:46 +05:30
Kishore Nallan
86c4712345
Merge pull request #1249 from krunal1313/range_facets_groupby
adding group_by support for range_facets
2023-09-26 20:18:27 +05:30
krunal
1b4452a6e1 correcting indent 2023-09-26 14:52:46 +05:30
krunal
c42970db13 correcting group_by with range_facets 2023-09-26 14:38:28 +05:30
krunal
501e2e1c9e adding group_by support for range_facets 2023-09-25 18:44:13 +05:30
Kishore Nallan
2b62657b3c
Merge pull request #1247 from happy-san/v0.26-facets
Support join on bases of query match with `$foo(id: *)`.
2023-09-25 16:31:31 +05:30
Harpreet Sangar
13b7d8ed71 Support join on bases of query match with $foo(id: *). 2023-09-25 13:21:53 +05:30
Kishore Nallan
b69e2a2687
Merge pull request #1235 from happy-san/v0.26-facets
Refactor `filter_result_t::reference_filter_results`.
2023-09-25 12:44:01 +05:30
Harpreet Sangar
dff96c7499 Merge remote-tracking branch 'up/v0.26-facets' into v0.26-facets 2023-09-25 11:47:19 +05:30
Harpreet Sangar
feee00ff62 Refactor Index::do_reference_filtering_with_lock. 2023-09-25 11:46:39 +05:30
ozanarmagan
0050134f1c Add check for vector_distance to be positive 2023-09-25 09:02:00 +03:00
Kishore Nallan
b530f80770 Drop tokens direction. 2023-09-25 07:29:55 +05:30
ozanarmagan
d42590c638 Don't return vector_distance for keyword only matches in hybrid search 2023-09-24 18:52:43 +03:00
Kishore Nallan
44ad5fdbcf
Merge pull request #1238 from ozanarmagan/v0.25-join
Fix updating old documents with embeddings on alter
2023-09-24 18:20:36 +05:30
ozanarmagan
e54f680b22 Add test for one embedding and one keyword field that have same prefix 2023-09-24 14:52:48 +03:00
ozanarmagan
88f53c7f32 Add assert for .flat 2023-09-24 14:33:24 +03:00
Kishore Nallan
00be933b23 Allow unindexed non-optional field in schema. 2023-09-24 16:38:49 +05:30
Kishore Nallan
2ef1b42d2d Children of unindexed object field should not be part of schema. 2023-09-24 15:58:24 +05:30
Harpreet Sangar
4a57dc43e0 Merge remote-tracking branch 'up/v0.26-facets' into v0.26-facets 2023-09-22 19:07:38 +05:30
Harpreet Sangar
a68f251f83 Review change. 2023-09-22 19:07:00 +05:30
Kishore Nallan
30f21d6d7d
Merge pull request #1232 from krunal1313/MultipleSynonymSubstitution
adding test for multiple synonym substition in query
2023-09-22 12:03:18 +05:30
krunal
5dc27ce152 removing commented code 2023-09-22 11:56:13 +05:30
ozanarmagan
eaef5cb8c6 Fix reindexing old documents with embeddings on alter 2023-09-21 16:38:35 +03:00
krunal
7144b2f67d fixing when multiple synonyms are substituted in query 2023-09-21 15:27:34 +05:30
Kishore Nallan
c798966a50
Merge pull request #1234 from ozanarmagan/v0.25-join
Fix extracting field names for two embedding fields with same prefix
2023-09-20 16:56:39 +05:30
Harpreet Sangar
31107ded93 Refactor filter_result_t::reference_filter_results. 2023-09-20 16:50:54 +05:30
ozanarmagan
a976127767 Fix extracting field names for two embedding fields with same prefix 2023-09-20 12:55:34 +03:00
krunal
d71110f397 adding test for multiple synonym substition in query 2023-09-19 21:41:12 +05:30
Kishore Nallan
c82fed3938
Merge pull request #1230 from krunal1313/nested_facet_parent
separate out parent field from value
2023-09-19 14:57:17 +05:30
krunal
fe716f27b9 return parent as json object 2023-09-19 14:06:21 +05:30
krunal
045a39f2b5 separate out parent field from value 2023-09-19 12:44:34 +05:30
Kishore Nallan
27a3c1c0f3
Merge pull request #1229 from krunal1313/nested_facet_parent
return parent with value based faceting
2023-09-18 18:45:25 +05:30
krunal
c250967d71 not to fetch doc from store when parent is not requested in value faceting 2023-09-18 18:04:48 +05:30
krunal
753584047b return parent with value based faceting 2023-09-18 15:20:19 +05:30