Разделен индекс на основу (полную форму) и сокращение. Поправлено Readme с учетом новых реалий.

This commit is contained in:
Jack Stdin
2016-02-21 01:08:16 +03:00
parent 5a5c2211db
commit c4b516a28c
5 changed files with 23 additions and 16 deletions

View File

@@ -10,9 +10,9 @@ source {{index_name}}
sql_query = {{!sql_query}}
sql_field_string = fullname
sql_field_string = sname
sql_attr_uint = wordcount
sql_attr_string = aoid
sql_attr_string = aoguid
}
index {{ index_name }}

View File

@@ -33,11 +33,11 @@ searchd
# client read timeout, seconds
# optional, default is 5
read_timeout = 5
read_timeout = 7
# maximum amount of children to fork (concurrent searches to run)
# optional, default is 0 (unlimited)
max_children = 30
max_children = 4
# PID file, searchd process ID file name
# mandatory
@@ -59,5 +59,7 @@ searchd
# whether to unlink .old index copies on succesful rotation.
# optional, default is 1 (do unlink)
unlink_old = 1
expansion_limit = 48
}