Pasha Nemirovsky

Results 84 comments of Pasha Nemirovsky

@tomatolog Config: ```# Ansible managed # https://github.com/manticoresoftware/manticoresearch/blob/master/manual/Server_settings/Searchd.md#node_address common { # https://manual.manticoresearch.com/Server_settings/Common#lemmatizer_base lemmatizer_base = /usr/share/manticore/nlp/ # https://manual.manticoresearch.com/Server_settings/Common#progressive_merge # progressive_merge = # https://manual.manticoresearch.com/Server_settings/Common#json_autoconv_keynames # json_autoconv_keynames = # https://manual.manticoresearch.com/Server_settings/Common#json_autoconv_numbers # json_autoconv_numbers = 0...

@tomatolog Node #1 ``` root@manticore-01:~# mysql -h0 -P9306 mysql> select id, weight() as score from fgi_prod where match('cnn') and publish_date between 1680469200 and 1683061200 and score=1603; +---------------------+-------+ | id |...