N
N
Nikidze2020-07-23 10:00:28
Sphinx
Nikidze, 2020-07-23 10:00:28

Sphinx 3 doesn't see the index?

Console:
5f19351365105518343548.png
Config:

source search
{
  type			= mysql

  sql_host		= localhost
  sql_user		= root
  sql_pass		= 123
  sql_db		= socnet
  sql_port		= 3306

  sql_query_pre		= SET NAMES utf8

  sql_query		= \
    SELECT * \
    FROM search         
}
index search
{
    source            = search

    path            = data/search

    morphology        = stem_enru

    min_word_len        = 1
}


searchd
{
    listen            = 9312

    log            = logs/searchd.log

    query_log        = logs/query.log

    pid_file        = pid/searchd.pid
}


Output: no enabled local indexes to search.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question