Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 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

1240 results 33 ms in manticoresoftware/manticoresearch-buddy

Fix: metric deserialization issue and new buddy-core

donhardmandonhardman · 2024-12-17 · 1 · #422

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

Two Approaches for ID Generation and Sharding 1. Snowflake-like ID Generation Even distribution is prioritized. This approach generates unique IDs with embedded shard information. Structure (63-bit integer): 41 bits: timestamp (milliseconds since custom …

donhardmandonhardman · 2024-11-12

Make backup work on Windows

donhardmandonhardman · 2023-02-20 · 0 · #99

CI: nothing in which includes

donhardmandonhardman · 2025-03-24 · 1 · #509

bug

As discussed the fix was implemented here: https://github.com/manticoresoftware/manticoresearch/pull/3231 Let's check and review it, because to test we should run our action from master, not sure how to validate it.

donhardmandonhardman · 2025-03-24

Fix issue with drop sharded table

donhardmandonhardman · 2024-10-23 · 0 · #383

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

As we discussed in Slack, let's avoid using the snowflake ID approach, as we need to keep the option to provide custom IDs. Instead of the modulo function, let's explore other options, like jump consistent hashing.

sanikolaevsanikolaev · 2024-11-12

Update composer deps to support initialization without access to plug…

…gable dir

donhardmandonhardman · 2024-11-19 · 0 · #398

Fuzzy plugin doesn't support quote table names

sanikolaevsanikolaev · 2025-03-24 · 2 · #496

bug

Fixed: https://github.com/manticoresoftware/manticoresearch-buddy/pull/500 @PavelShilin89 let's add single case for fuzzy test when we do fuzzy query with table in backticks (`)

donhardmandonhardman · 2025-03-04

Distributed inserts (_bulk, replace, update)

Proposal: We should implement the logic and stick to JSON protocol ONLY for the initial version when we are able to insert into sharded tables on the Buddy side. Key considerations: Implement id generation on the Buddy side that is easy to maintain and …

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

@donhardman also, as we discussed select uuid_short() may be required in the daemon. I've discussed it with @tomatolog and it's not a big deal to add it. Pls create a separate task about it if required.

sanikolaevsanikolaev · 2024-11-12

Queues MV: Show query compile error

djklim87djklim87 · 2025-01-17 · 0 · #456

Processing JSON fields with _field_caps

Nick-S-2018Nick-S-2018 · 2025-01-31 · 1 · #449

rel::7.0.0

Implemented in https://github.com/manticoresoftware/manticoresearch-buddy/commit/f99def15c6c14e9c7d6b2dbd643659e44b1330d2

Nick-S-2018Nick-S-2018 · 2025-01-27

Fix critical bug with increasing of runtimes on exception

donhardmandonhardman · 2023-11-02 · 1 · #170

Elastic-Manticore mapping change

Nick-S-2018Nick-S-2018 · 2025-01-31 · 1 · #416

bugrel::7.0.0

Done in https://github.com/manticoresoftware/manticoresearch-buddy/commit/e7ab5e9ec08f32216617fac9376410f6fac1ec12

Nick-S-2018Nick-S-2018 · 2025-01-27

Copy of #478

https://github.com/manticoresoftware/manticoresearch-buddy/pull/478 can't pass all the tests due to a permissions issue. This is a copy.

sanikolaevsanikolaev · 2025-02-01 · 1 · #481

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

I have created a task: https://github.com/manticoresoftware/manticoresearch/issues/2752

donhardmandonhardman · 2024-11-12

Failure in "Build test kit ..." when the PR is from a fork

Hopefully fixes this https://github.com/manticoresoftware/manticoresearch-buddy/actions/runs/13088640038/job/36524015494?pr=478#step:2:137

sanikolaevsanikolaev · 2025-02-01 · 0 · #479

Fuzzy plugin doesn't support quote table names

sanikolaevsanikolaev · 2025-03-24 · 2 · #496

bug

@donhardman Added case - Fuzzy plugin supports table names in quotes in test-fuzzy-search.rec, done in PR - https://github.com/manticoresoftware/manticoresearch/pull/3237. Please give approval to merge.

PavelShilin89PavelShilin89 · 2025-03-24

Use json for state value and update code to fix sharding timeout exceed

Migrate sharding schema to fix issue with "Waiting timeout exceed" due to \n escaping in response

donhardmandonhardman · 2025-01-06 · 0 · #430

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

https://github.com/manticoresoftware/manticoresearch/issues/2752 is done

sanikolaevsanikolaev · 2024-11-13

ci: removed login to ghcr.io as the image we need is public

sanikolaevsanikolaev · 2025-02-01 · 0 · #480

Unstable fuzzy results with default layouts after disk chunk flush

sanikolaevsanikolaev · 2025-03-24 · 8 · #489

bug

The issue is not reproducible after the related fix with setting new defaults for layouts: https://github.com/manticoresoftware/manticoresearch-buddy/pull/493 But still there is a problem on the daemon side and inconsistency of the results. Flushing RAM …

donhardmandonhardman · 2025-02-20

Add support for failed update and delete in clustered environment

donhardmandonhardman · 2025-03-04 · 0 · #499

Escaping table names in auto schema requests

Nick-S-2018Nick-S-2018 · 2025-01-31 · 1 · #424

bugest::size_Srel::7.0.0

Done in https://github.com/manticoresoftware/manticoresearch-buddy/commit/e7ab5e9ec08f32216617fac9376410f6fac1ec12

Nick-S-2018Nick-S-2018 · 2025-01-27

Updated the autoinsert of text fields in Elastic-like requests

Nick-S-2018Nick-S-2018 · 2025-01-23 · 0 · #445

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

Buddy: Testing with following parameters: Curl command: curl -H 'Content-type: application/x-ndjson' --data-binary @bulk.json http://localhost:9308/_bulk Number of requests: 1000 Concurrency: 12 ---------------------------------------- Single-thread curl …

donhardmandonhardman · 2024-11-26

Fix fuzzy issues with FACET and complex ranker in options

donhardmandonhardman · 2025-03-04 · 2 · #500

Copy of #478

sanikolaevsanikolaev · 2025-02-01 · 1 · #481

Passed all tests. Closing.

sanikolaevsanikolaev · 2025-02-01

External build system

donhardmandonhardman · 2023-02-13 · 0 · #98

Unstable fuzzy results with default layouts after disk chunk flush

sanikolaevsanikolaev · 2025-03-24 · 8 · #489

bug

that is usual behavior - then no terms matched to disk chunk \ ram chunk dictionary original tokenized \ normalized term added - that is why why all data are in ram segments there is no | 1 | li?ited | li?ited | then you flushed data into disk chunk call …

tomatologtomatolog · 2025-02-20

Fix critical issues when local plugins are not working

donhardmandonhardman · 2024-08-08 · 0 · #338

CI: disable CLT tests in main

donhardmandonhardman · 2025-02-24 · 3 · #474

Let's add this: continue-on-error: ${{ matrix.experimental }} if the current branch is "main", i.e. not a PR, so we don't fail the whole tests workflow if the CLT tests job fails in the main branch.

sanikolaevsanikolaev · 2025-02-03

Updated github workflow

Nick-S-2018Nick-S-2018 · 2025-01-23 · 0 · #468

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

While we are waiting for things that are blocking our next move, let's cover the functionality with tests that we can already implement and manually verify. Location: https://github.com/manticoresoftware/manticoresearch/pull/2784/ Documentation reference …

donhardmandonhardman · 2024-11-27

manticore buddy start error

Confirmation Checklist: You have searched for an answer in the manual. You have considered using the forum for general discussions, which can be more suitable for non-urgent or broad queries. You are aware of our community support channels on Slack, …

uraurorauraurora · 2025-02-26 · 10 · #494

waiting

Unstable fuzzy results with default layouts after disk chunk flush

sanikolaevsanikolaev · 2025-03-24 · 8 · #489

bug

I pushed the fix into https://github.com/manticoresoftware/manticoresearch/pull/3113 there added original tokenized \ normalized term all the time even tokenized term got expanded into multiple other terms. I also changed some ubertests to match the new …

tomatologtomatolog · 2025-02-20

Change error message on fuzzy search without match

donhardmandonhardman · 2024-12-07 · 0 · #397

CI: disable CLT tests in main

donhardmandonhardman · 2025-02-24 · 3 · #474

Implemented: https://github.com/manticoresoftware/manticoresearch/pull/3076 https://github.com/manticoresoftware/manticoresearch-buddy/pull/487

donhardmandonhardman · 2025-02-10

New telemetry logic to detect data volume size with reading manticore.json

donhardmandonhardman · 2024-06-04 · 0 · #303

Unstable fuzzy results with default layouts after disk chunk flush

sanikolaevsanikolaev · 2025-03-24 · 8 · #489

bug

Another example of wrong fuzzy search results. Pls check after the fix: mysql> drop table if exists t; CREATE TABLE t(f text ) min_infix_len='2' expand_keywords='1'; INSERT INTO t VALUES (1,'TH'),(2,'THIBODEAUX'); select * from t where match(' …

sanikolaevsanikolaev · 2025-02-21