👀 While it's loading, feel free to check out the other repositories:
🔔 To get a notification when it's ready, leave your email here:
By entering your email, you agree to receive notifications and marketing-related emails
Filter by reset
Adds method to unset last response in Client
I have a kafka consumer, which works as a demon. Manticore client is initialized one time at start. This consumer adds documents to manticore in bulk, say 100-200Mb at a time. I have noticed a memory leak, it increases every time the consumer adds …
acya-skulskaya · 2024-11-05 · 3 · #221
Fixes #135 The only problem is testing. I didn't find an easy way to test url building functionality. @sanikolaev can you help with it?
aivchen · 2023-10-17 · 1 · #136
donhardman · 2023-12-05 · 0 · #172
Autoset limit when fetching documents by ids
donhardman · 2023-12-07 · 1 · #175
est::size_S
sanikolaev · 2022-01-06 · 0 · #75
Nick-S-2018 · 2025-01-10 · 0 · #230
Fix compatibility of ResultSet with php 8.1+
donhardman · 2022-08-02 · 5 · #71
waiting for reply
sanikolaev · 2022-01-06 · 1 · #72
Fixed scroll pagination handling, updated tests and docs
Nick-S-2018 · 2025-02-06 · 0 · #234
sanikolaev · 2022-01-06 · 0 · #73
Fixed deprecated code, updated CI tests
Nick-S-2018 · 2025-01-14 · 0 · #232
hi Adrian, Firstly please merge this as one merge commit, as when one pokes Travis one creates a lot of commits :) PHPStan is a Php Static Analysis tool, and it picked up a few errors, some of which surprised me, and which I've fixed. They mostly related …
gordonbanderson · 2020-07-09 · 3 · #38
hi Adrian, There were a couple of issues here: Various composer packages were missing meaning that discovery was failing The $headers variable is key --> value I've changed the transport in SearchTest only to provide more coverage. This is when I found …
gordonbanderson · 2020-05-01 · 4 · #33
100% Test Coverage for Connection subdir
gordonbanderson · 2020-05-01 · 1 · #34
Updated the mock init logic in strategy tests
Nick-S-2018 · 2024-01-12 · 0 · #187
FIX: PhpHttp transport now works, test suite passing in Travis
hi Adrian, I've had another stab at this and have the tests passing for the alternative Http transport. Fixes (in PhpHttp) to make transport consistent with Http Header for Content-Type now key => value Response needs parsed by the SqlToArray class A …
gordonbanderson · 2020-05-04 · 1 · #35
Log request url and request payload on response error
This PR improves error logging by adding url and payload info to response logs. It is useful when manticore runs on multiple nodes so we can know where an error occurred and what we have sent in a failed request. If it is too much to accept both url and …
markomilivojevic · 2022-11-28 · 0 · #104
Replaced `index` with `table` in related code parts and docs
Nick-S-2018 · 2025-02-20 · 0 · #241
Related issue https://github.com/manticoresoftware/manticoresearch-php/issues/228
sanikolaev · 2025-02-20 · 2 · #236
Validate document on nulls in fields before we insert, update or replace
donhardman · 2024-01-17 · 0 · #188