mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update manticore.conf
This commit is contained in:
@@ -11,7 +11,7 @@ index releases_rt
|
||||
# keywords is much faster to index with substrings, and index is much (3-10x) smaller
|
||||
# keywords supports wildcards, crc does not, and never will
|
||||
# optional, default is 'keywords'
|
||||
dict = keywords
|
||||
# dict = keywords
|
||||
|
||||
# !*: These allow wildcard searches, they take more ram/disk space.
|
||||
# !*: If you want to turn it off, put min_infix_len, min_prefix_len and enable_star to 0.
|
||||
@@ -25,9 +25,8 @@ index releases_rt
|
||||
# NOTE: min_infix_len DOES NOT WORK FOR RT INDEXES ON SOME VERSIONS OF SPHINX, IT WILL DEFAULT TO min_prefix_len
|
||||
# IF YOUR SPHINX VERSION DOES NOT SUPPORT IT.
|
||||
#
|
||||
# !*: DO NOT ENABLE BOTH min_prefix_len AND min_infix_len AT THE SAME TIME.
|
||||
#
|
||||
min_prefix_len = 1
|
||||
min_prefix_len = 0
|
||||
min_infix_len = 2
|
||||
|
||||
# Expands keywords with their exact forms (i.e. the forms of the keywords before applying any morphological modifications) and/or stars when possible. The supported values are:
|
||||
@@ -35,7 +34,7 @@ index releases_rt
|
||||
# 1 - expand to both the exact form and the form with the stars. running will become (running | *running* | =running)
|
||||
# exact - augment the keyword with only its exact form. running will become (running | =running)
|
||||
# star - augment the keyword by adding * around it. running will become (running | *running*) Optional, default is 0 (do not expand keywords).
|
||||
expand_keywords = 1
|
||||
# expand_keywords = 1
|
||||
|
||||
# !*: Path to where the index files will be stored.
|
||||
# !*: http://sphinxsearch.com/docs/current.html#conf-path
|
||||
@@ -70,7 +69,7 @@ index predb_rt
|
||||
# keywords is much faster to index with substrings, and index is much (3-10x) smaller
|
||||
# keywords supports wildcards, crc does not, and never will
|
||||
# optional, default is 'keywords'
|
||||
dict = keywords
|
||||
# dict = keywords
|
||||
|
||||
# !*: These allow wildcard searches, they take more ram/disk space.
|
||||
# !*: If you want to turn it off, put min_infix_len, min_prefix_len and enable_star to 0.
|
||||
@@ -86,7 +85,7 @@ index predb_rt
|
||||
#
|
||||
# !*: DO NOT ENABLE BOTH min_prefix_len AND min_infix_len AT THE SAME TIME.
|
||||
#
|
||||
min_prefix_len = 1
|
||||
min_prefix_len = 0
|
||||
min_infix_len = 2
|
||||
|
||||
# Expands keywords with their exact forms (i.e. the forms of the keywords before applying any morphological modifications) and/or stars when possible. The supported values are:
|
||||
@@ -94,7 +93,7 @@ index predb_rt
|
||||
# 1 - expand to both the exact form and the form with the stars. running will become (running | *running* | =running)
|
||||
# exact - augment the keyword with only its exact form. running will become (running | =running)
|
||||
# star - augment the keyword by adding * around it. running will become (running | *running*) Optional, default is 0 (do not expand keywords).
|
||||
expand_keywords = 1
|
||||
# expand_keywords = 1
|
||||
|
||||
# !*: Path to where the index files will be stored.
|
||||
# !*: http://sphinxsearch.com/docs/current.html#conf-path
|
||||
|
||||
Reference in New Issue
Block a user