Add user rank to result query (sphinx)

This commit is contained in:
Jack Stdin
2016-02-22 21:37:06 +03:00
parent 685c719ec1
commit dc8e5d35a7
5 changed files with 6 additions and 26 deletions

View File

@@ -24,6 +24,7 @@ index {{ index_name }}
# strip html by default
html_strip = 1
docinfo = extern
ignore_chars = @, -
charset_table = 0..9, A..Z->a..z, _, a..z, \

View File

@@ -20,5 +20,4 @@ index {{index_name}}
source = {{index_name}}
path = {{sphinx_var_path}}/data/{{index_name}}
docinfo = extern
charset_type = utf-8
}

View File

@@ -43,11 +43,6 @@ searchd
# mandatory
pid_file = {{sphinx_var_path}}/run/searchd.pid
# max amount of matches the daemon ever keeps in RAM, per-index
# WARNING, THERE'S ALSO PER-QUERY LIMIT, SEE SetLimits() API CALL
# default is 1000 (just like Google)
max_matches = 1000
# seamless rotate, prevents rotate stalls if precaching huge datasets
# optional, default is 1
seamless_rotate = 1