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

13288 results 39 ms in manticoresoftware/manticoresearch

check-id-dups for RT index

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 …

tomatologtomatolog · 2025-04-23 · 0 · #3313

enhancementest::size_M

Secondary indexes for json attributes don't work with in() expressions

glookkaglookka · 2024-07-08 · 1 · #2381

bugrel::7.0.0

Fixed in https://github.com/manticoresoftware/manticoresearch/commit/9a74ed7903b042f740b37f25e2aef5fcac440703

glookkaglookka · 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-2018Nick-S-2018 · 2025-04-23 · 7 · #2864

manticoresearch produces plenty of TIME_WAIT and SYN_SENT

chongshengdzchongshengdz · 2025-03-11 · 10 · #3154

waiting

Only TIME_WAIT has smth to do with Manticore: # egrep "9306|9308|9312" /tmp/t ipv4 2 tcp 6 53 TIME_WAIT src=127.0.0.1 dst=127.0.0.1 sport=43080 dport=9312 src=127.0.0.1 dst=127.0.0.1 sport=9312 dport=43080 [ASSURED] mark=0 zone=0 use=2 ipv4 2 tcp 6 42 …

sanikolaevsanikolaev · 2025-03-02

INSERT DELAYED

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 …

sanikolaevsanikolaev · 2023-12-05 · 8 · #1493

hacktoberfest

Integration with Opensearch dashboards

Nick-S-2018Nick-S-2018 · 2025-04-23 · 7 · #2864

Blocked by https://github.com/manticoresoftware/manticoresearch/issues/3172

Nick-S-2018Nick-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-2018Nick-S-2018 · 2025-04-17 · 0 · #3316

error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11

pboguslawskipboguslawski · 2023-01-05 · 2 · #977

Please use our building CI Docker as described here https://manual.manticoresearch.com/dev/Installation/Compiling_from_sources#Building-using-CI-docker as it includes everything needed for building. I've just tested and it builds Debian 11 packages fine: …

sanikolaevsanikolaev · 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 | …

starinacoolstarinacool · 2024-01-10 · 0 · #1653

est::NO_ESTIMATE

Make ID unsigned bigint

sanikolaevsanikolaev · 2025-02-19 · 7 · #1030

1👍1

Is it worth the trouble to change the implementation again? The ID is a full 64-bits now, so can hold your unsigned 64-bit number via a static_cast or bit_cast, no?

wayneseguinwayneseguin · 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 …

donhardmandonhardman · 2025-04-17 · 3 · #3024

TRUNCATE TABLE on distributed

donhardmandonhardman · 2025-04-22 · 4 · #2819

est::size_S

That look strange, as it was declared, 'the buddy' can care about such cases. Also, we just don't have a place for 'empty' tables. Even 'template' at least has dictionary/charset and can be used for snippets creation. But 'truncated' distributed - what is …

klirichekklirichek · 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_ …

sanikolaevsanikolaev · 2024-06-05 · 2 · #2263

bugest::size_S

improve `indextool --buildidf` (and m.b. `indextool --mergeidf`)

klirichekklirichek · 2025-04-21 · 1 · #3290

This fix in another issue and it might help you click

asmockloasmocklo · 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 …

glookkaglookka · 2025-03-14 · 8 · #1809

3👍3

est::size_Mfeature::vector_searchrel::upcoming

Convert Sphinx 3.3.1 Config to Latest Manticore Package with Plaintext Feature and Performance Optimization

syrian2012syrian2012 · 2024-06-18 · 1 · #2276

waiting

Hello. Can you provide more details on the plaintext feature you mentioned?

sanikolaevsanikolaev · 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

tomatologtomatolog · 2025-04-23 · 8 · #2828

Always 0 for unexisting @@variables

donhardmandonhardman · 2025-03-04 · 6 · #3109

bug

the related ticket is https://github.com/manticoresoftware/manticoresearch/issues/1273 daemon always returns valid response for unknown @@variable . Then the buddy present the response looks like mysql -h 127.0.0.1 -P 9306 -e "SELECT @@tx_isolation_ …

tomatologtomatolog · 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' …

mohdmslmohdmsl · 2025-04-17 · 0 · #3315

Testing bug fixes in fuzzy search and autocomplete

PavelShilin89PavelShilin89 · 2024-10-01 · 9 · #2566

done

@sanikolaev I need approval to merge

PavelShilin89PavelShilin89 · 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 …

tomatologtomatolog · 2025-03-14 · 0 · #3195

enhancement

Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation

regstuffregstuff · 2024-07-08 · 2 · #2367

bugwaiting

The related forum topic is https://forum.manticoresearch.com/t/auto-uuid-creation-seems-improper-existing-docs-getting-overwritten-even-with-insert-operation/2005/4 I can't reproduce it in Linux / Mac, but the ids there are much longer. @tomatolog pls try …

sanikolaevsanikolaev · 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 …

AbstractiveNordAbstractiveNord · 2023-12-05 · 8 · #1496

bug

move lemmatize_uk.so to /usr/share/manticore/modules/

githubmanticoregithubmanticore · 2023-01-06 · 9 · #908

➤ Stan commented: should be fixed at https://gitlab.com/manticoresearch/lemmatizer-uk/-/commit/6e7563d658744cdc59430f684d9796f44fc3afae as discussed the package destination now is the plugin_dir and by default it is the /usr/local/lib/manticore/ The idea …

githubmanticoregithubmanticore · 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 …

PavelShilin89PavelShilin89 · 2025-04-22 · 0 · #3324

TRUNCATE TABLE on distributed

donhardmandonhardman · 2025-04-22 · 4 · #2819

est::size_S

But 'truncated' distributed - what is it? Exactly the same as the distributed table after delete from dist where id > 0 which works. 'the buddy' can care about such cases OK, let's do it via Buddy by converting TRUNCATE to delete .... where id ...

sanikolaevsanikolaev · 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 …

digiravedigirave · 2023-05-24 · 3 · #1044

manticoresearch produces plenty of TIME_WAIT and SYN_SENT

chongshengdzchongshengdz · 2025-03-11 · 10 · #3154

waiting

TIME_WAIT is due to too many connections in a very short time and manticoresearch cannot handle it?

chongshengdzchongshengdz · 2025-03-02

systemctl warning for yum update systemd on RHEL 8: [/usr/lib/tmpfiles.d/searchd.conf:1] Line references path below legacy directory /var/run/, updating /var/run/manticore → /run/manticore; please update the tmpfiles.d/ drop-in file accordingly.

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 …

digiravedigirave · 2023-02-14 · 0 · #1045

1👍1

Always 0 for unexisting @@variables

donhardmandonhardman · 2025-03-04 · 6 · #3109

bug

Another related issue is https://gitlab.com/manticoresearch/dev/-/issues/3009 and the commit as the result of it - https://github.com/manticoresoftware/manticoresearch/commit/8240fce05e . It doesn't explain why not NULL and why not an error.

sanikolaevsanikolaev · 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: …

donhardmandonhardman · 2025-04-17 · 3 · #2898

bugest::size_S

Nullable value for numeric related fields

scruelscruel · 2024-06-19 · 1 · #2236

est::size_XXL

Not a big deal to add NULLs support for the columnar storage. Harder for the row-wise storage, especially because we support in-place updates. We'd also need to integrate it with all the functions, which is very time-consuming.

sanikolaevsanikolaev · 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-2018Nick-S-2018 · 2024-12-16 · 4 · #1827

est::size_Srel::upcoming

Make ID unsigned bigint

sanikolaevsanikolaev · 2025-02-19 · 7 · #1030

1👍1

I believe the further optimization will be worth the effort, since negative ids is a too exotic thing. It will be important though to try to make it backward compatible.

sanikolaevsanikolaev · 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\": …

sanikolaevsanikolaev · 2024-12-16 · 0 · #2559

bugest::size_Srel::upcomingfeature::join

Testing bug fixes in fuzzy search and autocomplete

PavelShilin89PavelShilin89 · 2024-10-01 · 9 · #2566

done

…"ERROR 1064 (42000) at line 1: Something went wrong" doesn't looks like normal behaviour? Did it crash? If so, it should be investigated and fixed.

sanikolaevsanikolaev · 2024-09-18

TRUNCATE TABLE on distributed

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'; …

donhardmandonhardman · 2025-04-22 · 4 · #2819

est::size_S

Integration with Opensearch dashboards

Nick-S-2018Nick-S-2018 · 2025-04-23 · 7 · #2864

Pls write down your observations on why Opensearch dashboard is not working now.

sanikolaevsanikolaev · 2025-03-11

custom Chinese dictionary

Hello, I'd like to ask if you support the use of a custom Chinese dictionary for segmentation?

lgl5240lgl5240 · 2023-12-05 · 3 · #1479

waitinghacktoberfest

Errors in the process of building and publishing a Docker image

PavelShilin89PavelShilin89 · 2025-03-25 · 4 · #3212

bug

@PavelShilin89 pls check when it started.

sanikolaevsanikolaev · 2025-03-18