Answer the question
In order to leave comments, you need to log in
How to start indexing RT indexes in Sphinx?
How to start indexing the config I
run
indexer --config /etc/sphinxsearch/real_test.conf real_test_index
gives an error FATAL: no indexes found in config file '/etc/sphinxsearch/real_test.conf'
here is the config itself
index real_test_index
{
type = rt
path = /var/sphinx/real_index_test_rt
rt_field = prod_id
rt_field = prod_name
rt_field = description
rt_field = company_id
rt_attr_string = prod_id
rt_attr_string = prod_name
rt_attr_string = description
rt_attr_string = company_id
charset_table = 0..9, A..Z->a..z, _, a..z, \
U+410..U+42F->U+430..U+44F, U+430..U+44F, \
U+5d0..U+5ea, U+5f0..U+5f2, \
U+621..U+63a, U+640..U+64a, U+66e..U+66f, U+671..U+6d3, U+6d5, \
U+6e5..U+6e6, U+6ee..U+6ef, U+6fa..U+6fc, U+6ff, \
U+e01..U+e30, U+e32..U+e33, U+e40..U+e46
morphology = stem_enru
min_prefix_len = 0
min_infix_len = 2
min_word_len = 3
expand_keywords = 1
index_exact_words = 1
rt_mem_limit = 1024M
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question