From 054fabfedef04adebdbeeecaae48a77301e2307a Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 9 Apr 2023 01:00:13 +0200 Subject: [PATCH] Update manticore.conf --- misc/manticoresearch/manticore.conf | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/misc/manticoresearch/manticore.conf b/misc/manticoresearch/manticore.conf index a92e781d4..512d34f69 100644 --- a/misc/manticoresearch/manticore.conf +++ b/misc/manticoresearch/manticore.conf @@ -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