A
A
alestro2015-09-03 22:24:47
Sphinx
alestro, 2015-09-03 22:24:47

Sphinx is not looking for all the words, how to fix it?

Searching through the console with the command Displays all search results, if I change the search word to galaxy or to any other that is in the database, then it gives the following: Empty set (0.00 sec) And regardless of case and language, how to fix it? Actually config.
select * from products where match('asus');

source products
{

    type			= mysql
    sql_host		= localhost
    sql_user		= ks_admin
    sql_pass		= qwerty
    sql_db		= konigsaller
    sql_port		= 3306
    sql_query_pre		= SET NAMES utf8
    sql_query		=  SELECT * FROM products
    sql_attr_string    = products_title
    sql_attr_string    = products_description
   

}
indexer
{
  mem_limit		= 512M
}
index products
{
 
    source            = products
    path            = C:\Sphinx/data/index/products
    morphology        = none
    charset_table = 0..9, A..Z->a..z, _, a..z, \
    U+410..U+42F->U+430..U+44F, U+430..U+44F, U+401->U+0435, U+451->U+0435
    min_word_len        = 1
 



}
searchd
{
    listen			= 9312
    listen			= 9306:mysql41
    pid_file    = c:/sphinx/data/searchd.pid
    log         = c:/sphinx/data/log/log.txt
    query_log   = c:/sphinx/data/log/query_log.txt
    binlog_path = c:/sphinx/data/binlog/
    read_timeout		= 5
    max_children		= 30
    seamless_rotate		= 1
    preopen_indexes		= 1
    unlink_old		= 1
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Kulik, 2015-09-19
@lnkvisitor

double. Sphinx is not looking for all the words, how to fix it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question