👀 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
Decomposition of sphinxsort.cpp
sphinxsort.cpp split/refactoring
glookka · 2024-03-05 · 3 · #1881
jieba preprocessor now uses shared cppjieba::Jieba
jieba preprocessor now uses shared cppjieba::Jieba
glookka · 2024-10-01 · 0 · #2611
add CJK word segmentation to manticoresearch 3.0
Implementation of CJK word segmentation using cedar as words dictionary: add two files: cedarpp.h // implementation of double-array trie make_segdictionary.cpp // make dictionary from txt file changed 5 files to define tokenizer CSphTokenizer_UTF8Seg …
veelion · 2022-11-08 · 17 · #199
waiting
Test/supported myqldump versions
Added support for mariadb:11.4 in mysqldump
PavelShilin89 · 2024-06-06 · 2 · #2288
done
…Change (select one): Tested "Fuzzy Search" and "CALL AUTOCOMPLETE". Description of…make fuzzy queries on a search term in a match request…
PavelShilin89 · 2024-08-26 · 14 · #2519
done
@@autocommit in HandleMysqlSelectSysvar
autocommit in HandleMysqlSelectSysvar, .net connector for mysql compatibility Added @@autocommit variable for compatibility with .net connector for mysql greater than 8.25. Type of change: Bug fix New feature Documentation update Description of the change …
ArtemevAL · 2023-01-13 · 1 · #984
Adjusting supported versions of Dump mysql
Adjusting supported versions of Dump mysql, such as "mysql:8.3", "mysql:8.4", "mysql:9.0", "mysql:9.1"…
PavelShilin89 · 2024-10-19 · 3 · #2669
done
Add Field-Restricted Fuzzy Search Test Cases
…CLT-test test-fuzzy-search.rec that verify the…fix for field-restricted fuzzy search functionality. These tests validate…when using field-specific search with @fieldname syntax together…with fuzzy search option, the results match…
PavelShilin89 · 2025-05-28 · 9 · #3399
done
Update test-supported-mysqldump-versions.rec
Type of change New function Description of change: Update test-supported-mysqldump-versions.rec, mysqldump 9 support is now available. Related issue (specify reference): https://github.com/manticoresoftware/manticoresearch/issues/2374
PavelShilin89 · 2024-07-05 · 2 · #2383
done
Test mysqldump with replication
Type of Change (select one): New feature - mysqldump restores data in replication mode Description of the Change: Updated CLT-test replication-test.rec so that it also tests dump/restore in replication mode. Related Issue (provide the link): https:// …
PavelShilin89 · 2025-03-13 · 37 · #2816
done
Incorrect knn search by doc id
…:9308/cli) and the search endpoint (localhost:9308/search) to reproduce the…
PavelShilin89 · 2025-02-28 · 0 · #3147
done
Added new cases to test-fuzzy-search.rec
…a test case for fuzzy search and autocomplete in distributed tables…in Manticore Search, validating the solution to problem…defghi xxx”). Performs a fuzzy search query to confirm that “def…
PavelShilin89 · 2025-04-21 · 0 · #3317
done
Create test-fuzzy-search-dist-table.rec
…new Clt-test for fuzzy search and autocomplete in distributed tables…in Manticore Search, confirming the fix for issue…
PavelShilin89 · 2025-04-21 · 5 · #3312
done
Updating the test of supported versions of mysqldump
Added support for mysql 9.2 in test-supported-mysqldump-versions.rec
PavelShilin89 · 2025-01-23 · 0 · #2988
done
Trigger autocomplete for mysql cli
klirichek · 2025-05-21 · 4 · #3369
Continued from https://github.com/manticoresoftware/manticoresearch/pull/2588 Deleted one of the scripts, added arguments to the script run.
PavelShilin89 · 2024-09-29 · 1 · #2599
Type of Change (select one): New feature Description of the Change: Provide resultset on streamed select the way, that mysqldump makes replayable dumps for 64bit docID arrays (mva, mva64, float) unescaped json empty jsons as '' (not NULL)
klirichek · 2024-05-23 · 7 · #2102
bugrel::6.3.0
Move performance tests to a separate folder, remove unnecessary script
Continued from https://github.com/manticoresoftware/manticoresearch/pull/2588 Deleted one of the scripts, added arguments to the script run. Move performance tests to a separate folder, remove unnecessary script
PavelShilin89 · 2024-10-04 · 7 · #2600
done
Restore past version of files to pass performance tests correctly. Fixes load_us_names.php script without min_infix_len setting.
PavelShilin89 · 2024-09-25 · 1 · #2588
done
Type of Change (select one): New feature Description of the Change: Support Annoy as knn search algorithm Related Issue (provide the link): https://github.com/manticoresoftware/columnar/issues/44
mitrokosta · 2025-03-21 · 1 · #2354