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

318 results 74 ms in manticoresoftware/manticoresearch

Jieba integration

oabuoabu · 2024-12-04 · 30 · #931

6👍6

est::TO_ESTIMATEest::size_L

Unfortunately, the tasks mentioned above, involving JOIN and secondary indexes, took much longer than expected. The Jieba integration is still in our near-term plans and on the roadmap.

sanikolaevsanikolaev · 2024-07-22

Implement multi-threaded faceted join queries

…multi-threaded execution of facet join queries. Multi-threaded execution…several sorters in the joined query, join multi sorter replaces the…valid pointers inside the multi join sorter. This can be…pointers or by leaving one multisorter and changing the…

glookkaglookka · 2024-03-27 · 0 · #1992

est::size_Mfeature::join

Join cache and batching

…, count(*) c, test_join.name FROM taxi1 JOIN test_join ON taxi1.trip…_type=test_join.gid GROUP…) N times we can run one query ( select id, name from…) is faster than pushing matches one by one. This approach has the…

glookkaglookka · 2024-03-06 · 0 · #1897

est::NO_ESTIMATEfeature::join

mysqldump: keep cluster name

sanikolaevsanikolaev · 2024-12-05 · 12 · #2249

…| rt | | no_mcl_multi64 | rt | | oned | distributed | | products | percolate | | rr | rt…| rt | | no_mcl_multi64 | rt | | oned | distributed | | products | percolate | | rr | rt…

klirichekklirichek · 2024-10-11

Filter by joined expression

…on an operand from the joined table, you can't…n cond from nums inner join nums2 on nums2.id = nums…n cond from nums inner join nums2 on nums2.id = nums…n cond from nums inner join nums2 on nums2.id = nums…n cond from nums inner join nums2 on nums2.id =…

sanikolaevsanikolaev · 2024-03-19 · 1 · #1919

est::size_Mfeature::join

JOIN via JSON request

donhardmandonhardman · 2024-10-21 · 14 · #2208

est::size_Sfeature::join

…an interface we can use: { "join": [ { "type": "inner", "table":…} ] } ] } Explanation of the join syntax: The join property is an array…or more join objects. Each join object represents…for left join, right join, or full outer join, respectively,…

donhardmandonhardman · 2024-06-13

Simplify expressions with operands from the joined table

…with an operand from the joined table, you need to…x * n from nums left join nums2 on nums2.id = nums…x * n from nums left join nums2 on nums2.id = nums…3) * n from nums left join nums2 on nums2.id = nums…3) * n from nums left join nums2 on nums2.id = nums…

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

est::size_Mfeature::join

INNER/LEFT JOIN

sanikolaevsanikolaev · 2024-07-17 · 15 · #1673

3👍3

est::size_XLrel::6.3.0

…is to implement INNER/LEFT JOIN functionality with the following…FROM ... . You must use JOIN ON table_name.some_field…not supported. Same with select * ... join ... , i.e. you won'…&cid=C7NSLK1NE) Grouping by joined JSON attributes that generate multiple…

sanikolaevsanikolaev · 2024-03-06

Feature request: limited JOIN of main and helper indexes

…d like Perhaps a limited JOIN, similar to the limited SUBSELECT…for the main data, and one for frequently changing data (…as the only one allowing ranking, only allow JOINs on the id…common query part being the JOIN. Describe alternatives you've considered…

andrisiandrisi · 2023-01-09 · 1 · #983

Problems configuring logstash using manticore

haninerabahfawazhaninerabahfawaz · 2024-07-16 · 75 · #2307

waiting

I removed all files related to (manticore, logstash, elasticsearch) and then installed proper version of logstash integration in files mentioned before and it works after creating files without change in elasticsearch.yml... On Mon, 17 Jun 2024, 11:15 am …

haninerabahfawazhaninerabahfawaz · 2024-06-17

1👍1

Slow SELECT ... JOIN + FACET

select ... join + facet against 2 tables of…, actor_ids from movies inner join movies_liked on movies_liked…. Perhaps after fixing that, this one will become faster.

sanikolaevsanikolaev · 2024-03-19 · 2 · #1950

est::size_Mfeature::join

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

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

est::size_Sbuddy_candidatefeature::vector_search

…'s an example of knn + joined tables + ordering by knn + filtering…by string in the joined table: mysql> drop table if…(), test2.color from test left join test2 on test2.id = test…(), test2.color from test left join test2 on test2.id = test…

sanikolaevsanikolaev · 2024-07-02

Default path on join cluster

…our next step, we'll join the cluster using the current…. The command is as follows: JOIN CLUSTER c2 at '127.0…) would function in this manner: JOIN CLUSTER c2 at '127.0…

donhardmandonhardman · 2023-09-06 · 1 · #1366

est::size_M

Manticoresearch crashes with memory issues

RyDoReRyDoRe · 2024-09-24 · 13 · #2525

…identical. We use joins with the sql_joined_field in some of…

RyDoReRyDoRe · 2024-08-28

String equal in JOIN

…you support string match in join queries? I share my query…it. SELECT * FROM `programs` LEFT JOIN `program_infos` ON `programs`.id…

mitshmitsh · 2024-06-19 · 6 · #2287

waitingfeature::join

Problems configuring logstash using manticore

haninerabahfawazhaninerabahfawaz · 2024-07-16 · 75 · #2307

waiting

Okay,I used stat_interval to update the index if any records are added. correct? On Wed, 26 Jun 2024, 1:37 pm Pavel Shilin, @.***> wrote: manticore:6.3.0 logstash: 7.14.0 os:linux ubuntu. … <#m_-7273637130236502109_> On Wed, 26 Jun 2024 at 12:55, Pavel …

haninerabahfawazhaninerabahfawaz · 2024-06-26

Feature Request: >2 table INNER/LEFT JOINs

…? Please describe. The INNER/LEFT JOIN functionality is slated for near…, but we can't if JOINs are limited to 2 tables…This feature request is for JOINs across >2 tables.

etcdetcd · 2024-03-06 · 0 · #1822

est::size_Lfeature::join

Problems configuring logstash using manticore

haninerabahfawazhaninerabahfawaz · 2024-07-16 · 75 · #2307

waiting

As I mentioned, the number of records increased after a period of more than 10,000, but it does not make sense for me to write a query and the number increases in an illogical way. Which made me surprised. Assuming this is true, why is the number of …

haninerabahfawazhaninerabahfawaz · 2024-06-26

JSON JOIN returns non-null when it should be null

…nulls: SELECT * FROM customers LEFT JOIN orders ON orders.customer_id…this JSON query returns only one null and the others are…": "customers", "query": { "query_string": "john" }, "join": [ { "type": "left", "table": "orders", "on…

sanikolaevsanikolaev · 2024-09-18 · 0 · #2560

bugest::size_Sfeature::join

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

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

est::size_Sbuddy_candidatefeature::vector_search

…your case? Can they be joined by id or smth else?

sanikolaevsanikolaev · 2024-07-04

Using expression returns a wrong value for a joined table

…) as total from basket left join products on basket.art=products…) as total from basket left join products on basket.art=products…

anStalfanStalf · 2024-07-18 · 2 · #2414

bugest::size_Sfeature::join

INNER/LEFT JOIN

sanikolaevsanikolaev · 2024-07-17 · 15 · #1673

3👍3

est::size_XLrel::6.3.0

…it possible to do a join between distributed indexes as well…'m trying to do a join between tables on the local…when trying both left/inner join on a distributed level, I…

TomislavAnastasovskiTomislavAnastasovski · 2024-06-10

Add syntax to specify options for right joined table

…for the right table in JOIN statement. The suggestion is to…_name2": { ... } } When there's no join, options should look like this…

glookkaglookka · 2024-12-02 · 0 · #2803

bugest::size_S

save seqno periodically to allow IST on node restart after crash

tomatologtomatolog · 2024-11-01 · 5 · #1894

est::size_Mfeature::replication

…node after the daemon crash joins back the cluster via…at the node2 and node3 join cluster test at 'node1:…the node1 to restart and join the cluster and check…node3 to restart and join the cluster and check…node1 to restart and join the cluster and check…

tomatologtomatolog · 2024-10-31

Table join docs need to be updated

Bug Description: Table join docs need to be updated

glookkaglookka · 2024-08-07 · 0 · #2480

bugest::size_S

INNER/LEFT JOIN

sanikolaevsanikolaev · 2024-07-17 · 15 · #1673

3👍3

est::size_XLrel::6.3.0

…1); select id from tbl1 join tbl2 on tbl1.id=tbl2…1) -------------- -------------- select id from tbl1 join tbl2 on tbl1.id=tbl2…1); select id from tbl1 join tbl2 on tbl1.id=tbl2…1) -------------- -------------- select id from tbl1 join tbl2 on tbl1.id=tbl2…

PavelShilin89PavelShilin89 · 2024-03-08

Non-full-text matching doesn't work in JOINs via JSON

…, 3); select * from t left join t2 on t.id = t2…:9308/search -d ' { "index": "t", "join": [ { "type": "left", "table": "t2", "on…

sanikolaevsanikolaev · 2024-09-18 · 0 · #2562

bugest::size_Sfeature::join

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

\u0000 in aggregations when doing JOIN

…:9308/search -d ' { "index": "t", "join": [ { "type": "left", "table": "t2", "on…

sanikolaevsanikolaev · 2024-09-18 · 0 · #2561

bugest::size_Sfeature::join

🆕 Update buddy version (feature/cli-table-output)

githubmanticoregithubmanticore · 2024-11-25 · 10 · #2701

done

@donhardman, the output mentioned here – link – seems incorrect since we expect a tabular format in this case.

PavelShilin89PavelShilin89 · 2024-11-25

CREATE CLUSTER xxx does not work

ravelandedravelanded · 2024-10-18 · 18 · #2500

bugest::size_Sfeature::replication

Ok maybe now this issue needs to be closed or somehow error message improved as you mentioned. Thanks.

ravelandedravelanded · 2024-08-24

CALL SNIPPETS marks only one keyword for ZONESPAN query, but all for ZONE

…* zonespan, with ZONESPAN query only one keyword match is marked while…

malairemalaire · 2018-11-05 · 0 · #113

Test/update blocking by combining blocks

PavelShilin89PavelShilin89 · 2024-11-14 · 20 · #2661

done

…| MICHAEL BROWN | a | | 3 | WILLIAM JONES | a | | 4 | DAVID GARCIA | a…| MICHAEL BROWN | b | | 3 | WILLIAM JONES | b | | 4 | DAVID GARCIA | b…| MICHAEL BROWN | b | | 3 | WILLIAM JONES | b | | 4 | DAVID GARCIA | b…

github-actions[bot]github-actions[bot] · 2024-10-23

index_zones vs html_index_attrs

It looks like index_zones disables html_index_attrs and it may be wrong: index_zones + html_index_attrs: mysql> create table t(f text) html_strip='1' html_index_attrs='a=href' index_zones='a'; insert into t values(0, '<a href="href1" title="title1">a1</a> …

githubmanticoregithubmanticore · 2022-01-20 · 0 · #520

INNER/LEFT JOIN

sanikolaevsanikolaev · 2024-07-17 · 15 · #1673

3👍3

est::size_XLrel::6.3.0

…, 'a'); select * from a left join b on b.a_id…sec) -------------- select * from a left join b on b.a_id…, 123); select * from a left join b on b.a_id…sec) -------------- select * from a left join b on b.a_id…

sanikolaevsanikolaev · 2024-03-05

Consider timezone when making a response with dates to Kibana

Bug Description: In requests with datetime fields, Kibana passes information about timezone in a specific field, time_zone . We need to consider it when we make a response. For example, for the following date range request: "date_range": { "field": "f5", …

Nick-S-2018Nick-S-2018 · 2024-07-17 · 4 · #2377

bugest::size_L

Moving Kibana-related endpoints to Buddy

Nick-S-2018Nick-S-2018 · 2024-12-05 · 12 · #2531

est::size_M

First, we need to make a branch where the processing of all above-mentioned endpoints will be removed from daemon. After that, we can implement it in Buddy.

Nick-S-2018Nick-S-2018 · 2024-08-28

Field-start modifier ^ doesn't work correctly within zone

Manticore Search version: 2.7.2 OS version: Debian Stretch Build version: manticore_2.7.2-180827-4c1ec79-release-stemmer.stretch_amd64-bin.deb Description of the issue: I've noticed two bugs here: query ^hello doesn't match document <h1>hello world</h1> …

malairemalaire · 2018-11-05 · 1 · #114

1👍1

joiner error message empty then try to join another replication version

tomatologtomatolog · 2024-06-26 · 2 · #1789

rel::upcomingest::size_Sfeature::replication

…/b35fded112e85bf8755735ebf1dd8e72a6726cbb that node prior to join by the statement or on…different versions joiner fails to join with the error message returned…

tomatologtomatolog · 2024-06-25

`indexer --all` returns 0 exit status even when one of them has failed due to mysql connection failure

…ok" is returned even when one of the indexes failed To…

earboxerearboxer · 2021-02-04 · 0 · #493

bug