👀 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
Proposal: add whole RT index check for id duplicates as for now that check indextool --check index_name --check-id-dups checks for id duplicates only in the single disk chunk of the RT index. However if RT index has some duplicates at the different disk …
tomatolog · 2025-04-23 · 0 · #3313
enhancementest::size_M
Secondary indexes for json attributes don't work with in() expressions
glookka · 2024-07-08 · 1 · #2381
bugrel::7.0.0
glookka · 2024-07-05
Integration with Opensearch dashboards
Proposal: We need to investigate the possibility of integrating Manticore with Opensearch, similar to what we've done with Kibana. Checklist: To be completed by the assignee. Check off tasks that have been completed or are not applicable. Implementation …
Nick-S-2018 · 2025-04-23 · 7 · #2864
manticoresearch produces plenty of TIME_WAIT and SYN_SENT
chongshengdz · 2025-03-11 · 10 · #3154
waiting
sanikolaev · 2025-03-02
Currently mass inserts into a Manticore real-time table require batching for better performance. The task is to implement the INSERT DELAYED SQL command which would work as follows: INSERT DELAYED ... gets routed to Buddy Buddy saves the documents …
sanikolaev · 2023-12-05 · 8 · #1493
hacktoberfest
Integration with Opensearch dashboards
Nick-S-2018 · 2025-04-23 · 7 · #2864
Nick-S-2018 · 2025-03-06
Updated the http-log-to-test tool to handle specific Kibana requests
Type of Change (select one): Bug fix New feature Documentation update Description of the Change: Related Issue (provide the link):
Nick-S-2018 · 2025-04-17 · 0 · #3316
error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11
pboguslawski · 2023-01-05 · 2 · #977
sanikolaev · 2023-01-04
Fulltext search efficiency improvement
Consider the request: SELECT ut FROM listing WHERE match('T14180 "2004 фауна китайский гороскоп 5 м"/0.5') LIMIT 0,100 OPTION max_predicted_time=100, max_matches=100; Meta: +---------------------+---------------------+ | Variable_name | Value | …
starinacool · 2024-01-10 · 0 · #1653
est::NO_ESTIMATE
sanikolaev · 2025-02-19 · 7 · #1030
wayneseguin · 2023-02-09
Kibana Tests with log-to-test script
Proposal: Let's implement tests for Kibana using our script to generate CLT test from the HTTP log: Start Manticore with HTTP logging enabled: log_http = /tmp/http.log Perform all commands to validate functionality through Kibana interface Generate …
donhardman · 2025-04-17 · 3 · #3024
donhardman · 2025-04-22 · 4 · #2819
est::size_S
klirichek · 2025-03-13
Update warning rel. with index_exact_words
Bug Description: The warning below is wrong, because if I do create table t(f text) index_exact_words='1' min_infix_len='2' expand_keywords='1' it disappears, but I don't add any morphology: mysql> drop table if exists t; create table t(f text) index_ …
sanikolaev · 2024-06-05 · 2 · #2263
bugest::size_S
improve `indextool --buildidf` (and m.b. `indextool --mergeidf`)
klirichek · 2025-04-21 · 1 · #3290
asmocklo · 2025-04-12
Vector quantization for KNN search
Currently, Manticore uses the HNSW index over floats for its KNN search implementation. That might lead to excessive memory consumption, as all HNSW indexes must be loaded into RAM. One way to improve this is to quantize float vectors into word/byte …
glookka · 2025-03-14 · 8 · #1809
est::size_Mfeature::vector_searchrel::upcoming
syrian2012 · 2024-06-18 · 1 · #2276
waiting
sanikolaev · 2024-06-18
that is the WIP for the auth branch
to make sure all for https://github.com/manticoresoftware/manticoresearch/issues/2808 and part of user management from the https://github.com/manticoresoftware/manticoresearch/issues/2748 builds and work
tomatolog · 2025-04-23 · 8 · #2828
Always 0 for unexisting @@variables
donhardman · 2025-03-04 · 6 · #3109
bug
tomatolog · 2025-02-20
Faceting on json array doesnt work as expected
Faceting doesnt work for json Array CREATE TABLE test ( internal_id string, tag json ) index_exact_words='1' html_strip='1' engine='columnar' blend_chars='+,&,-' blend_mode='trim_all,trim_head,trim_tail' morphology='lemmatize_en_all,libstemmer_en' …
mohdmsl · 2025-04-17 · 0 · #3315
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 · 2024-10-01 · 9 · #2566
done
PavelShilin89 · 2024-09-17
auto disk flush additional conditions
Proposal: it could be better to add additional conditions to skip auto disk-flush in case of running optimize. That allow do no save lot of small disk chunk while optimize works merging two large disk chunk. It also worth to check disk chunks count and if …
tomatolog · 2025-03-14 · 0 · #3195
enhancement
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
regstuff · 2024-07-08 · 2 · #2367
bugwaiting
sanikolaev · 2024-07-03
Select abstract values work for numbers, not for strings
Describe the bug SELECT 1 as number, data FROM table_name; --works SELECT 'string' as string, data FROM table_name; --doesn't work To Reproduce Steps to reproduce the behavior: Run latest ManticoreSearch in Docker CREATE TABLE issue(data text); INSERT …
AbstractiveNord · 2023-12-05 · 8 · #1496
bug
move lemmatize_uk.so to /usr/share/manticore/modules/
githubmanticore · 2023-01-06 · 9 · #908
githubmanticore · 2023-01-04
Added dependency check for deps.txt
Type of Change: Enhancement Description of the Change This PR introduces a new job in the pack_publish.yml CI pipeline to ensure that all dependencies listed in deps.txt are available on https://repo.manticoresearch.com/ before proceeding with packaging …
PavelShilin89 · 2025-04-22 · 0 · #3324
donhardman · 2025-04-22 · 4 · #2819
est::size_S
sanikolaev · 2025-03-13
Consider using CDN to accelerate downloads for repo.manticoresearch.com
Is your feature request related to a problem? Please describe. It takes many minutes to install manticore search in asia. repo.manticoresearch.com seems randomly very slow. Describe the solution you'd like Consider using CDN to accelerate downloads for …
digirave · 2023-05-24 · 3 · #1044
manticoresearch produces plenty of TIME_WAIT and SYN_SENT
chongshengdz · 2025-03-11 · 10 · #3154
waiting
chongshengdz · 2025-03-02
Describe the bug When systemd is updated on RHEL 8 with manticore search installed the following errors occur: [/usr/lib/tmpfiles.d/searchd.conf:1] Line references path below legacy directory /var/run/, updating /var/run/manticore → /run/manticore; please …
digirave · 2023-02-14 · 0 · #1045
Always 0 for unexisting @@variables
donhardman · 2025-03-04 · 6 · #3109
bug
sanikolaev · 2025-02-20
Backtick support for system tables
Bug Description: While we are able to create tables with backticks, for example: create table `test`; it's impossible to do so with the system schema: create table `system`.`test`; Manticore Search Version: Latest dev version Operating System Version: …
donhardman · 2025-04-17 · 3 · #2898
bugest::size_S
Nullable value for numeric related fields
scruel · 2024-06-19 · 1 · #2236
est::size_XXL
sanikolaev · 2024-06-19
Escaping does not work with reserved keywords
Describe the bug Escaping does not work with reserved keywords in the query. To Reproduce Steps to reproduce the behavior: mysql> create table t(`year` int); mysql> create table t(`facet` int); mysql> create table t(`order` int); Expected behavior The …
Nick-S-2018 · 2024-12-16 · 4 · #1827
est::size_Srel::upcoming
sanikolaev · 2025-02-19 · 7 · #1030
sanikolaev · 2023-02-13
joining by json_attr.string doesn't work
Bug Description: MRE: snikolaev@dev2:~$ mysql -P9306 -h0 -e "drop table if exists t; drop table if exists t2; create table t(f text, s string, j json); create table t2(f text, s string, j json); insert into t values(1, 'abc', 'string', '{\"i\": 1, \"b\": …
sanikolaev · 2024-12-16 · 0 · #2559
bugest::size_Srel::upcomingfeature::join
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 · 2024-10-01 · 9 · #2566
done
sanikolaev · 2024-09-18
Bug Description: We support DELETE operations on distributed tables, while TRUNCATE is not supported. It should be relatively easy to implement TRUNCATE, and we should add support for it. MRE: mysql> create table dist type='distributed' local='test'; …
donhardman · 2025-04-22 · 4 · #2819
est::size_S
Integration with Opensearch dashboards
Nick-S-2018 · 2025-04-23 · 7 · #2864
sanikolaev · 2025-03-11
Hello, I'd like to ask if you support the use of a custom Chinese dictionary for segmentation?
lgl5240 · 2023-12-05 · 3 · #1479
waitinghacktoberfest
Errors in the process of building and publishing a Docker image
PavelShilin89 · 2025-03-25 · 4 · #3212
bug
sanikolaev · 2025-03-18