2190 Commits

Author SHA1 Message Date
Kishore Nallan
52a78f2763 Fix geopoint indexing in nested fields. 2023-04-06 09:50:51 +05:30
Kishore Nallan
cd8c543a0c Handle optional field for emplace. 2023-04-05 18:00:20 +05:30
Kishore Nallan
2474ac0625 More pagination validation. 2023-04-05 18:00:00 +05:30
Kishore Nallan
735a24e2b9 Add test for OR geo point filter query. 2023-04-03 16:47:01 +05:30
Kishore Nallan
2f7328c5ca Enable proper stack trace with symbols. 2023-04-03 12:01:01 +05:30
Kishore Nallan
5029d375ff Support pagination via offset parameter. 2023-04-02 14:08:29 +05:30
Kishore Nallan
a610501e32 Fix nested geopoint array issues. 2023-03-31 07:24:11 +05:30
Kishore Nallan
9c8b2eed72 Fix http streaming on upgraded h2o lib. 2023-03-29 17:36:03 +05:30
Kishore Nallan
56184aff26 Allow peers to be reset on error/on-demand. 2023-03-28 16:40:52 +05:30
Kishore Nallan
dde82cc8de Handle clean deletion of nested fields 2023-03-25 07:02:06 +05:30
Kishore Nallan
377e302111 Fix docker build. 2023-03-23 20:06:23 +05:30
Kishore Nallan
a2d7169a11 Update ci build docker container 2023-03-23 12:52:44 +05:30
Kishore Nallan
2a0836d1a2 Put circuit breaker back for faceting. 2023-03-23 09:53:16 +05:30
Kishore Nallan
16112b34e3 Rename group count => group found 2023-03-22 16:25:12 +05:30
Kishore Nallan
b98a9f008a
Merge pull request #946 from ozanarmagan/v0.25
Update onnxruntime submodule branches
2023-03-22 11:37:53 +05:30
ozanarmagan
e5e65524ad onnxruntime submodule branch updates 2023-03-22 03:41:20 +03:00
Kishore Nallan
73d3dd0d89
Merge pull request #935 from ozanarmagan/v0.25
Switch to reciprocal rank fusion
2023-03-20 07:21:38 +05:30
Kishore Nallan
58e7b2def6 Refactor operand deletion. 2023-03-19 21:52:30 +05:30
Kishore Nallan
2dbce214c0 Fix warnings. 2023-03-19 21:18:33 +05:30
Kishore Nallan
a87b9e9a9f Fix index being updated with duplicate fields. 2023-03-19 19:46:38 +05:30
Kishore Nallan
3d4ee4cf10 Phrase search should cleanup state. 2023-03-19 18:46:09 +05:30
ozanarmagan
a4b652da7b Formatting 2023-03-19 02:17:56 +03:00
ozanarmagan
c71b0574e9 Refactoring model download and checking MD5 hash before downloading 2023-03-19 02:15:32 +03:00
Kishore Nallan
be5e43061c Support field weights in phrase search. 2023-03-18 20:53:32 +05:30
Kishore Nallan
5b6ef4f147 Add jobs param for test. 2023-03-18 16:54:57 +05:30
Kishore Nallan
25c5ae6931 Handle nan values for geo filter query. 2023-03-16 20:53:39 +05:30
Kishore Nallan
ddfb7b27bb Add validation for vector dimensions during indexing. 2023-03-16 20:31:38 +05:30
ozanarmagan
783c8dcae2 Fix for downloading models on every test run 2023-03-16 17:07:31 +03:00
Kishore Nallan
a0ee96cdad Fix highlighting when both flat/nested form of field is present. 2023-03-16 18:20:13 +05:30
Kishore Nallan
9ac4b52d87
Merge pull request #938 from happy-san/v0.25
Update error message.
2023-03-16 18:17:59 +05:30
ozanarmagan
a07199b824 Fix all_result_ids_len for hybrid search 2023-03-16 14:52:39 +03:00
ozanarmagan
3c6519ca63 Uppdate for wildcard edge case 2023-03-16 14:43:14 +03:00
ozanarmagan
01f6885f55 Return rank fusion score in response 2023-03-16 13:51:00 +03:00
ozanarmagan
b10508a876 Review changes + unit test for rank fusion 2023-03-15 16:32:09 +03:00
Harpreet Sangar
41548976c0 Update error message. 2023-03-15 12:43:46 +05:30
Kishore Nallan
203252b610 Fix phrase search with space after starting double quote. 2023-03-14 14:23:43 +05:30
Kishore Nallan
bf4afc3008
Merge pull request #934 from happy-san/v0.25
Add `or_filter_result`.
2023-03-14 12:46:16 +05:30
Harpreet Sangar
9641d42315 Remove Collection::validate_reference_filter.
Add comments.
2023-03-14 11:11:22 +05:30
ozanarmagan
a0d1b74579 Reciprocal Rank Fusion 2023-03-13 17:15:25 +03:00
Harpreet Sangar
08d41114cc Add or_filter_result. 2023-03-13 19:33:18 +05:30
Kishore Nallan
6381709555 Fix static linking. 2023-03-11 21:19:58 +05:30
Kishore Nallan
26a783e52b
Merge pull request #921 from happy-san/v0.25
Joins -- part 2
2023-03-11 16:06:03 +05:30
Harpreet Sangar
f718887031 Refactor and_filter_result. 2023-03-10 18:18:46 +05:30
Harpreet Sangar
3be000609a Add tests for and_filter_result. 2023-03-10 18:18:46 +05:30
Harpreet Sangar
c4c59169f0 Refactor and_filter_result. 2023-03-10 18:18:46 +05:30
Harpreet Sangar
391d693ffa Add and_filter_result function. 2023-03-10 18:18:46 +05:30
Harpreet Sangar
63f8d33b5f Add comments. 2023-03-10 18:18:46 +05:30
Harpreet Sangar
2a1feae0ee Add comments. 2023-03-10 18:18:46 +05:30
Harpreet Sangar
cd2f5be875 Remove Index::adaptive_filter. 2023-03-10 18:18:46 +05:30
Harpreet Sangar
f3706f737b Refactor std::unique_ptr<filter_node_t> order. 2023-03-10 18:18:46 +05:30