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

10278 results 31 ms in manticoresoftware/manticoresearch

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

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

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

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

Output log chunking

donhardmandonhardman · 2024-01-12 · 3 · #1722

Daemon does not pass to Buddy all information about error.

Nick-S-2018Nick-S-2018 · 2024-10-01 · 21 · #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

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

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

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

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

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

Bug Description: When adding new documents into a table and using the auto UUID feature, manticore seems to be generating UUIDs that already exist in the table and is therefore rewriting documents. I am unable to give an exact situation and MRE but I am …

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

bugwaiting

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

Wrong lccs

Добрый день! Подскажите, пожалуйста, как считается lccs, самостоятельно вычислить не получается (возможно баг, возможно неизвестные мне тонкости работы). Проблема появляется, когда одно и то же слово встречается в разных формах (в примере ниже "няня" и " …

evgen84evgen84 · 2024-01-12 · 0 · #1723

Native support for message queues

AbstractiveNordAbstractiveNord · 2024-09-25 · 39 · #1500

1👍1

est::size_L

@tomatolog please make a research of this task to prepare a better specification and estimate.

sanikolaevsanikolaev · 2024-01-15

SHOW CREATE TABLE for plain tables

Let's consider adding support for SHOW CREATE TABLE for plain tables as it seems then it will be easier to convert a plain table to a real-time table via mysqldump . As of now it's also possible via ATTACH + IMPORT . Instruction below. How to migrate a …

sanikolaevsanikolaev · 2024-03-19 · 0 · #1925

est::size_M

Faceted Sorting Doesn't Work in Manticore with MYSQL interface

mohdmslmohdmsl · 2024-09-30 · 5 · #2571

bugrel::upcoming

it could be better to upload index data that reproduces this case locally. You could upload your data as described in the manual

tomatologtomatolog · 2024-09-18

count(distinct ...) against multiple tables with different field order returns wrong value

…MRE: drop table if exists a; drop table if exists b; CREATE TABLE a(g int, g2 int); CREATE TABLE b(g int, g2 int); INSERT INTO a(g,g2) VALUES (1,1),(2,1); INSERT INTO b(g,g2) VALUES (1,1),(2,1); select count(distinct g) from a,b; # Returns: # …

sanikolaevsanikolaev · 2024-04-23 · 1 · #2076

est::size_L

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

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

Perf json sql recovery

PavelShilin89PavelShilin89 · 2024-09-25 · 1 · #2588

done

@sanikolaev I need approval to merge with the master.

PavelShilin89PavelShilin89 · 2024-09-24

Conversational Search (RAG)

Proposal: To have the ability to respond to free-form questions with conversational responses and maintain context for follow-up questions and answers. Competitor reference: Typesense Conversational Search. Checklist: To be completed by the assignee. …

pavelnemirovskypavelnemirovsky · 2024-09-10 · 2 · #2286

est::size_S

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

Error in log on Django connection

Bug Description: SELECT VERSION(), @@sql_mode, @@default_storage_engine, @@sql_auto_is_null, @@lower_case_table_names, CONVERT_TZ('2001-01-01 01:00:00', 'UTC', 'UTC') IS NOT NULL # error=P01: syntax error, unexpected IS near 'IS NOT NULL upon connection …

tarkhiltarkhil · 2024-05-21 · 1 · #2204

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

Make files created by indexer/searchd readable/writable by searchd run normally

Even though our documentation advises running the indexer under the user manticore (e.g., sudo -u manticore indexer ), one of the most common mistakes is executing it as root . This action often results in accessibility issues with the built table files, …

sanikolaevsanikolaev · 2024-09-30 · 1 · #1475

1👍1

est::NO_ESTIMATE

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

Lookup for vector in different index while searching for similar docs.

Proposal: In a query like this, it would be nice to specify the source index of vector: select ... from <table name> where knn ( <field>, <k>, <document id> [, <other table name>.<field>] ) <other table name>.<field> - is the notation of other index and …

starinacoolstarinacool · 2024-09-10 · 11 · #2351

est::size_Sbuddy_candidatefeature::vector_search

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

mohdmslmohdmsl · 2024-09-03 · 8 · #2537

bug

Adding MRE: CREATE TABLE vector_index ( id string, `text` TEXT, vector float_vector knn_type='hnsw' knn_dims='768' hnsw_similarity='COSINE') stopwords = 'en' morphology = 'lemmatize_en_all, libstemmer_en' html_strip = '1' min_prefix_len='3' min_prefix_len …

mohdmslmohdmsl · 2024-09-03

Wrong result when searching on json attributes

Describe the bug Searching on a numeric JSON property produces wrong results. To Reproduce Steps to reproduce the behavior: mysql> create table t(f json); mysql > insert into t(id,f) values(1,'{"a":2.5}'); mysql > select * from t where f.a <= 2; Expected …

Nick-S-2018Nick-S-2018 · 2024-01-26 · 9 · #1724

bug

Native support for message queues

AbstractiveNordAbstractiveNord · 2024-09-25 · 39 · #1500

1👍1

est::size_L

Related #1686, though I agree that a broader message queue abstraction would be more important than a specific NATS integration. What ClickHouse has done seems perfect!

nickchomeynickchomey · 2024-01-15

Hybrid search

In your interesting blog post https://manticoresearch.com/blog/vector-search-in-databases/ you referred to Reciprocal Rank Fusion (RRF). It would be really great to implement this, so that we could re-rank vector-based(KNN) searches with sparse-based …

mtruyensmtruyens · 2024-04-22 · 0 · #2079

feature::vector_search

manual: marked commands and endpoints that require Buddy

sanikolaevsanikolaev · 2024-09-25 · 1 · #2592

@donhardman @Nick-S-2018 pls review to make sure I didn't miss smth and didn't mark smth wrong.

sanikolaevsanikolaev · 2024-09-25

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

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

mysqli_connect produces "# error=unknown command (code=17)"

UPDATE Jun 24 2024 The below is actually not a bug, but a feature request to respond to COM_CHANGE_USER (not supported in Manticore) not with an error, but with an ok message, so the clients don't fail. Bug Description: PHP version 7.4 $conn=mysqli_ …

starinacoolstarinacool · 2024-09-30 · 8 · #2329

bugest::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

Secondary indexes for JSON

The task is to implement secondary indexes for JSON. We made a research of performance issues of one Manticore Search users and we have determined that the key to enhancing the queries performance lies in utilizing secondary indexes for JSON attributes. …

sanikolaevsanikolaev · 2024-08-21 · 4 · #1928

rel::upcomingest::size_S

Daemon does not pass to Buddy all information about error.

Nick-S-2018Nick-S-2018 · 2024-10-01 · 21 · #1807

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

sanikolaevsanikolaev · 2024-04-26

Look into and estimate #1423 - Implement Protection Flags for Tables and Clusters

https://github.com/manticoresoftware/manticoresearch/issues/1423

sanikolaevsanikolaev · 2024-09-30 · 0 · #2602

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