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

11985 results 30 ms in manticoresoftware/manticoresearch

/dev/ -> / in the docs

Some links in the docs point to https://manual.manticoresearch.com/dev/ , e.g. https://github.com/manticoresoftware/manticoresearch-php/blob/115d864a0bcc9d29a1af868a5a13a72fa0ab2df1/docs/searchclass.md#knn Let's update them after the next release of โ€ฆ

sanikolaevsanikolaev ยท 2024-05-29 ยท 2 ยท #1867

est::size_S

Write throughput degradation in 6.3.3

sanikolaevsanikolaev ยท 2024-08-19 ยท 12 ยท #2430

bug

As discussed on today's dev call, I've tested it with binlog_path = # - it works ok in this case: Manticore 6.3.2 c296dc7c8@24062606 299878 docs per sec 294549 docs per sec 291738 docs per sec 292344 docs per sec 294213 docs per sec 299176 docs per sec โ€ฆ

sanikolaevsanikolaev ยท 2024-07-18

How to display index name in results using distributed tables?

Example usage: { "index":"global_table", "profile": true, "query": { "match_phrase": {"_all": "John Doe"} }, "_source": ["*"], "sort": [ "_score" ], "limit": 1000 } Results are returned without the name of index, where tha result is actually coming from. โ€ฆ

terion-nameterion-name ยท 2024-02-05 ยท 0 ยท #1795

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

glookkaglookka ยท 2024-07-08 ยท 1 ยท #2381

bugrel::upcoming

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

glookkaglookka ยท 2024-07-05

Implemented support for Jieba segmentation library

Implemented support for Jieba segmentation library

glookkaglookka ยท 2024-09-19 ยท 1 ยท #2579

FATAL: MATCH('ZONE:(title)

ChudNikiChudNiki ยท 2024-09-12 ยท 7 ยท #2535

bugrel::upcoming

ะฒั‹ ะผะพะถะตั‚ะต ะฟั€ะพะฒะตั€ะธั‚ัŒ ะฒะฐัˆ ะธะฝะดะตะบั homepages c ะฟะพะผะพั‰ัŒัŽ indextool -c manticore.conf --check homepages ั‡ั‚ะพะฑั‹ ัƒะฑะตะดะธั‚ัั ั‡ั‚ะพ ะธะฝะดะตะบั ะฒะฐะปะธะดะฝั‹ะน ะธ ะฝะตั‚ ะพัˆะธะฑะพะบ ะฒ ะดะฐะฝะฝั‹ั… ะธะฝะดะตะบัะฐ?

tomatologtomatolog ยท 2024-09-02

where joined_table.id = 1 or joined_table.id = 2

select * from t inner join t2 on t.id = t2.t_id where t2.id = 1 or t2.id = 2 returns an empty result which is wrong: mysql> drop table if exists t; create table t(f text); insert into t values(1, 'abc'); drop table if exists t2; create table t2(t_id int, โ€ฆ

sanikolaevsanikolaev ยท 2024-03-21 ยท 2 ยท #1978

bugest::size_Sfeature::join

Engine columnar crash with infinity core dump loop

2peter32peter3 ยท 2024-05-23 ยท 11 ยท #2176

bugrel::6.3.0

I can not reproduce the crash using MRE from the comment with either Manticore 6.2.13 cc9294cd6@24051604 dev (columnar 2.2.5 0c18998@240424) (secondary 2.2.5 0c18998@240424) (knn 2.2.5 0c18998@240424) or master headr versions of daemon and MCL at windows โ€ฆ

tomatologtomatolog ยท 2024-05-18

show plan wrong for RT index

show plan output is valid for plain index or RT index without RAM segments but with the single disk chunk. But for RT index with multiple disk chunks every disk chunks reset previously collected execution plan and dump its own. It could be better to โ€ฆ

tomatologtomatolog ยท 2024-03-12 ยท 1 ยท #1923

MVA column query via HTTP/JSON search request

twirpxtwirpx ยท 2024-08-21 ยท 5 ยท #519

waiting

seems like an HTTP API issue, ie we could transform filter to MVA column to any form we need instead of set it to filter cid=842 as we do now

tomatologtomatolog ยท 2021-03-16

Data manipulation

PavelShilin89PavelShilin89 ยท 2024-02-27 ยท 5 ยท #1828

done

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

mysqldump export error

Trying to make logical dump with mysqldump : mysqldump -h0 -P9306 manticore > index.sql Dump creating but with following errors: mysqldump: Error: 'P01: syntax error, unexpected SELECT, expecting integer or string or '-' near 'SELECT DISTINCT LOGFILE_ โ€ฆ

d47081d47081 ยท 2024-01-09 ยท 5 ยท #1652

waiting

Can not create knn_type columns, How can i update version for this features.

zepenzepen ยท 2024-08-13 ยท 3 ยท #2469

waiting

@zepen Hi. I can't reproduce it in the latest release: mysql> show version; -------------- show version -------------- +-----------+----------------------------------+ | Component | Version | +-----------+----------------------------------+ | Daemon | 6.3 โ€ฆ

sanikolaevsanikolaev ยท 2024-08-07

Manual fixes and optimizations

Bug Description: Identify and correct pages with multiple H1 tags, like this example. Ensure a sitemap exists at this URL. Instead of removing old docs with old versions from the index, adjust the sitemap to reduce their weight and improve search engine โ€ฆ

donhardmandonhardman ยท 2024-08-02 ยท 0 ยท #2474

enhancement

Auto-schema on INSERT: incorrect JSON response for big IDs

kakserpomkakserpom ยท 2024-09-11 ยท 4 ยท #2269

bugest::size_S

The implementation of the core library for handling BigInt with overflow support for signed variants is now available at: https://github.com/manticoresoftware/buddy-core/pull/64 We should proceed to update the auto schema plugin in Buddy using this โ€ฆ

donhardmandonhardman ยท 2024-07-15

Update buddy version

Updating buddy version to 2.3.1-24032906-541c941

githubmanticoregithubmanticore ยท 2024-03-29 ยท 3 ยท #2020

Daemon does not pass to Buddy all information about error.

Nick-S-2018Nick-S-2018 ยท 2024-09-19 ยท 18 ยท #1807

Blocked by https://github.com/manticoresoftware/manticoresearch/issues/1806 Once https://github.com/manticoresoftware/manticoresearch/issues/1806 is done, @Nick-S-2018 pls check if this issue is still actual

sanikolaevsanikolaev ยท 2024-02-08

Output log chunking

donhardmandonhardman ยท 2024-01-12 ยท 3 ยท #1722

Sorting by any field in Queries with Vector Search Not Working as Expected

mohdmslmohdmsl ยท 2024-09-03 ยท 8 ยท #2537

bug

could you provide reproducible example that reproduced this case? as we already has multiple cases for KNN at the test_275 and they works fine without any issue. I need CREATE table statement, data to populate in that table (or your table) along with โ€ฆ

tomatologtomatolog ยท 2024-09-02

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

Bug Description: Secondary indexes are not used when running the following queries with json attributes: select id, any(x='val0' for x in j.arr) a from t where a>0; show meta; select id, in(j.arr, 'val0') a from t where a>0; show meta; select id, in(j[' โ€ฆ

glookkaglookka ยท 2024-07-08 ยท 1 ยท #2381

bugrel::upcoming

Don't block UPDATEs by chunk merging

sanikolaevsanikolaev ยท 2024-09-10 ยท 9 ยท #2361

rel::upcomingest::size_M

BTW the hanging update + optimize cause other queries hang too, e.g.: mysql> select count(*) from name; +----------+ | count(*) | +----------+ | 2000000 | +----------+ 1 row in set (11.07 sec) --- 1 out of >=1 results in 11s 71ms ---

sanikolaevsanikolaev ยท 2024-07-13

response time is much higher than max_query_time

mysql> select * from name where match('ะพะฒ') option max_query_time=1000; show meta; ERROR 1064 (42000): table name: +----------------+--------------+ | Variable_name | Value | +----------------+--------------+ | error | table name: | | warning | query โ€ฆ

klirichekklirichek ยท 2024-05-23 ยท 0 ยท #1980

bugrel::6.3.0

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

Improvement of all timeouts in the clt-test folder

PavelShilin89PavelShilin89 ยท 2024-02-14 ยท 3 ยท #1829

done

Describe Table Broken

KarelWinterskyKarelWintersky ยท 2024-08-08 ยท 27 ยท #2481

bug

~$ ./manticore.sh Server version: 6.3.6 593045790@24080214 git branch manticore-6.3.6...origin/manticore-6.3.6 Manticore> show tables; +----------------------+-------+ | Index | Type | +----------------------+-------+ | commentsIndex | local | | โ€ฆ

KarelWinterskyKarelWintersky ยท 2024-08-03

after daemon stopped executer left

on linux after daemon got stopped the manticore-executor left in the background. The daemon should seng SIGTERM signal to buddy process instead of the SIGKILL

tomatologtomatolog ยท 2024-05-23 ยท 2 ยท #2021

bugrel::6.3.0

Describe Table Broken

KarelWinterskyKarelWintersky ยท 2024-08-08 ยท 27 ยท #2481

bug

ะงั‚ะพ ั‚ะฐะผ ัƒ ะฝะฐั ะฒ ะปะพะณะฐั…? /* Sat Aug 03 23:18:13.805 2024 conn 1 (127.0.0.1:59872) */ describe table rt_47newsru_articles # error=P01: syntax error, unexpected identifier, expecting $end near 'rt_47newsru_articles' /* Sat Aug 03 23:18:17.693 2024 conn 1 (127 โ€ฆ

KarelWinterskyKarelWintersky ยท 2024-08-03

Mysqldump + mysql restore bug

Describe the bug ะ•ัั‚ัŒ RT-ะธะฝะดะตะบั, ะทะฐะฟะพะปะฝัะตั‚ัั ัะบั€ะธะฟั‚ะพะผ (SQL-ะทะฐะฟั€ะพัะฐะผะธ), ะทะฐะฟะพะปะฝัะตั‚ัั ัƒัะฟะตัˆะฝะพ, ะฑะตะท ะพัˆะธะฑะพะบ. ะ˜ะฝะดะตะบั ัะพะทะดะฐะฝ ั‡ะตั€ะตะท ั„ะฐะนะป ะบะพะฝั„ะธะณะฐ: index rt_47newsru_articles { type = rt path = /var/lib/manticore/rt_47newsru_articles # stored fields # stored_fields โ€ฆ

KarelWinterskyKarelWintersky ยท 2024-05-23 ยท 14 ยท #1924

bugrel::6.3.0

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

Update buddy version

Updating buddy version to 2.0.1-23102407-3609149

githubmanticoregithubmanticore ยท 2023-10-24 ยท 5 ยท #1516

bug

MVA column query via HTTP/JSON search request

twirpxtwirpx ยท 2024-08-21 ยท 5 ยท #519

waiting

According to the manual, it should be { "equals": { "any(cid)": 842 } . But that doesn't work for me: $ curl -H 'Content-Type: application/json' -d '{"index": "index_all_local", "query": {"equals": {"any(attributes)": 41006}}}' http://x.x.x.x:x/search {" โ€ฆ

brsaylor2brsaylor2 ยท 2024-08-14

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

Daemon does not pass to Buddy all information about error.

Nick-S-2018Nick-S-2018 ยท 2024-09-19 ยท 18 ยท #1807

Blocked by https://github.com/manticoresoftware/manticoresearch/issues/1806 Unblocked as it's done.

sanikolaevsanikolaev ยท 2024-04-26

CLT tests groupping

donhardmandonhardman ยท 2024-04-19 ยท 14 ยท #2075

Write throughput degradation in 6.3.3

sanikolaevsanikolaev ยท 2024-08-19 ยท 12 ยท #2430

bug

Retest after https://github.com/manticoresoftware/manticoresearch/pull/2456 : root@perf ~ # for n in `seq 1 10`; do kill -9 `cat /var/run/manticore/searchd.pid`; sleep 5; rm -fr /var/lib/manticore/*; sudo -u manticore searchd; sleep 1; mysql -P9306 -h0 -e โ€ฆ

sanikolaevsanikolaev ยท 2024-08-01

Daemon does not pass to Buddy all information about error.

In some cases, when error data is a complex object that contains multiple properties, daemon does not pass them all to Buddy. create table test(f text); curl -sX POST http://localhost:9308/insert -d '{ "index":"test", "id":1, "doc": { "f" : "test", } }' โ€ฆ

Nick-S-2018Nick-S-2018 ยท 2024-09-19 ยท 18 ยท #1807

Can not create knn_type columns, How can i update version for this features.

zepenzepen ยท 2024-08-13 ยท 3 ยท #2469

waiting

Hi. I can't reproduce it in the latest release: when i execute searchd --version command, show detail as below: Manticore 6.2.12 dc5144d35@230822 (columnar 2.2.4 5aec342@230822) (secondary 2.2.4 5aec342@230822) Copyright (c) 2001-2016, Andrew Aksyonoff โ€ฆ

zepenzepen ยท 2024-08-13

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

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