Kentaro Hayashi
null+****@clear*****
Fri May 27 11:04:04 JST 2016
Kentaro Hayashi 2016-05-27 11:04:04 +0900 (Fri, 27 May 2016) New Revision: 89da91bfda33c4b001ca3b275e707b6c8745c845 https://github.com/groonga/groonga/commit/89da91bfda33c4b001ca3b275e707b6c8745c845 Message: rpm centos: follow recent environment variables changes GRN_II_CURSOR_SET_MIN_ENABLE and GRN_INDEX_CHUNK_SPLIT_ENABLE are enabled by default, so changed to show how to disable them. Modified files: data/systemd/centos/sysconfig/groonga-httpd Modified: data/systemd/centos/sysconfig/groonga-httpd (+4 -4) =================================================================== --- data/systemd/centos/sysconfig/groonga-httpd 2016-05-27 10:58:14 +0900 (f5f287b) +++ data/systemd/centos/sysconfig/groonga-httpd 2016-05-27 11:04:04 +0900 (ebd16bc) @@ -1,10 +1,10 @@ # Default #GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO=0.01 #GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO=0.01 -# Define this variable to enable skipping posting list -#GRN_II_CURSOR_SET_MIN_ENABLE=yes -# Define this variable to enable chunk split on offline index construction -#GRN_INDEX_CHUNK_SPLIT_ENABLE=yes +# Define this variable to disable skipping posting list (default: yes) +#GRN_II_CURSOR_SET_MIN_ENABLE=no +# Define this variable to disable chunk split on offline index construction (default: yes) +#GRN_INDEX_CHUNK_SPLIT_ENABLE=no # Set "yes" to enable chunked tokenize feature #GRN_MECAB_CHUNKED_TOKENIZE_ENABLED=no # Set the threshold value for chunk size (default: 8192) -------------- next part -------------- HTML����������������������������...Download