Add user rank to result query (sphinx)
This commit is contained in:
@@ -143,7 +143,8 @@ class SphinxHelper:
|
||||
out_filename = os.path.abspath(config_fname)
|
||||
logging.info("Creating main config %s...", out_filename)
|
||||
|
||||
conf_data = template('aore/templates/sphinx/sphinx.conf', sphinx_listen=sphinx_conf.listen,
|
||||
conf_data = template('aore/templates/sphinx/sphinx.conf',
|
||||
sphinx_listen=sphinx_conf.listen.replace("unix://", ''),
|
||||
sphinx_var_path=sphinx_conf.var_dir)
|
||||
|
||||
f = open(out_filename, "w")
|
||||
|
||||
Reference in New Issue
Block a user