Unable to find sphinx.yml file
Posted
by Nikhil Garg
on Stack Overflow
See other posts from Stack Overflow
or by Nikhil Garg
Published on 2010-06-10T07:58:28Z
Indexed on
2010/06/10
8:02 UTC
Read the original article
Hit count: 363
sphinx
|thinking-sphinx
I am running rails 2.2.3 with mysql as database scheme & thinking sphinx installed as plugin. I am having two problems :
1) I am unable to find file confing/sphinx.yml. I just have a config/development.sphinx.conf 2) I have specified min_infix_len & enable_start property from define_index method of model. I also have checked development.sphinx.conf file & these properties are correctly set there. But I am not getting any infix search results.
Please help.
© Stack Overflow or respective owner