Sergey Nikolaev

Results 181 issues of Sergey Nikolaev

We need an official backup script shipped along with the other tools. After discussing with the core team here's what seems to be most promising: * we need `LOCK/UNLOCK `...

This is a continuation of the discussion started in this issue https://github.com/manticoresoftware/manticoresearch/issues/663#issuecomment-981323957 The task is to improve https://manual.manticoresearch.com/References , in particular different server settings.

waiting for reply

This issue is to collect ideas about possible ways of implementation of KNN search in Manticore Search. It's a no brainer, that the first thing to look into is HNSW...

Manticore can work with Kibana like this: ```bash # download manticore beta version with support for Kibana, check https://repo.manticoresearch.com/repository/kibana_beta/ for different OS versions wget https://repo.manticoresearch.com/repository/kibana_beta/ubuntu/jammy.zip # unarchive it unzip jammy.zip...

Manticore Search has a cost based optimizer, but it's not perfect. Now that Manticore Search has: * secondary indexes * columnar storage * mix mode (part of the fields are...

It's now possible to use Manticore Search with Logstash, but there are many limitations. This task is to eliminate them and make sure Manticore Search can accept requests from Logstash...

The task is to make a research on the feasibility of making Manticore's auto-generated clients more flexible, similar to what the php client is capable of - https://github.com/manticoresoftware/manticoresearch-php/blob/master/docs/searchclass.md#search and what...

For [backup script](https://raw.githubusercontent.com/manticoresoftware/manticoresearch/master/download/1658735736_1657795307_821) we need to implement: ``` LOCK UNLOCK ``` which would safely lock/unlock the index for doing maintenance with it (backup).

Historically since Manticore 3 the ID must have been positive signed 64-bit integers which limits it to 63 bits in fact. If you try to insert a document with id...

Create a wordforms file: ``` snikolaev@dev:~$ cat /tmp/wf a => b ``` Create an RT index with it: ``` snikolaev@dev:~$ mysql -P9306 -h0 Welcome to the MySQL monitor. Commands end...