Kentaro Hayashi
null+****@clear*****
Thu Jul 28 22:22:16 JST 2016
Kentaro Hayashi 2016-07-28 22:22:16 +0900 (Thu, 28 Jul 2016) New Revision: e865833e74992f0a00d38cbbe7a7cd98fb7dc4f2 https://github.com/groonga/groonga/commit/e865833e74992f0a00d38cbbe7a7cd98fb7dc4f2 Message: packages: add configuration about experimental environment variables Modified files: data/init.d/centos/sysconfig/groonga-httpd data/init.d/centos/sysconfig/groonga-server-gqtp data/systemd/centos/sysconfig/groonga-httpd data/systemd/centos/sysconfig/groonga-server-gqtp data/systemd/centos/sysconfig/groonga-server-http packages/debian/groonga-httpd.default packages/debian/groonga-server-gqtp.default Modified: data/init.d/centos/sysconfig/groonga-httpd (+4 -0) =================================================================== --- data/init.d/centos/sysconfig/groonga-httpd 2016-07-28 19:33:11 +0900 (80d8a61) +++ data/init.d/centos/sysconfig/groonga-httpd 2016-07-28 22:22:16 +0900 (0507dc0) @@ -10,3 +10,7 @@ #GRN_MECAB_CHUNKED_TOKENIZE_ENABLED=no # Set the threshold value for chunk size (default: 8192) #GRN_MECAB_CHUNK_SIZE_THRESHOLD=8192 +# Set the max N segments for tiny index column (default: 512) +#GRN_II_MAX_N_SEGMENTS_TINY=512 +# Set the max N chunks for tiny index column (default: 1024) +#GRN_II_MAX_N_CHUNKS_TINY=1024 Modified: data/init.d/centos/sysconfig/groonga-server-gqtp (+4 -0) =================================================================== --- data/init.d/centos/sysconfig/groonga-server-gqtp 2016-07-28 19:33:11 +0900 (d4b9c3a) +++ data/init.d/centos/sysconfig/groonga-server-gqtp 2016-07-28 22:22:16 +0900 (84a12f5) @@ -16,3 +16,7 @@ #GRN_MECAB_CHUNKED_TOKENIZE_ENABLED=no # Set the threshold value for chunk size (default: 8192) #GRN_MECAB_CHUNK_SIZE_THRESHOLD=8192 +# Set the max N segments for tiny index column (default: 512) +#GRN_II_MAX_N_SEGMENTS_TINY=512 +# Set the max N chunks for tiny index column (default: 1024) +#GRN_II_MAX_N_CHUNKS_TINY=1024 Modified: data/systemd/centos/sysconfig/groonga-httpd (+4 -0) =================================================================== --- data/systemd/centos/sysconfig/groonga-httpd 2016-07-28 19:33:11 +0900 (ebd16bc) +++ data/systemd/centos/sysconfig/groonga-httpd 2016-07-28 22:22:16 +0900 (de45a48) @@ -9,3 +9,7 @@ #GRN_MECAB_CHUNKED_TOKENIZE_ENABLED=no # Set the threshold value for chunk size (default: 8192) #GRN_MECAB_CHUNK_SIZE_THRESHOLD=8192 +# Set the max N segments for tiny index column (default: 512) +#GRN_II_MAX_N_SEGMENTS_TINY=512 +# Set the max N chunks for tiny index column (default: 1024) +#GRN_II_MAX_N_CHUNKS_TINY=1024 Modified: data/systemd/centos/sysconfig/groonga-server-gqtp (+4 -0) =================================================================== --- data/systemd/centos/sysconfig/groonga-server-gqtp 2016-07-28 19:33:11 +0900 (89e45c3) +++ data/systemd/centos/sysconfig/groonga-server-gqtp 2016-07-28 22:22:16 +0900 (a9550f3) @@ -6,3 +6,7 @@ QUERY_LOG_PATH=/var/log/groonga/query-gqtp.log PROTOCOL=gqtp PORT=10043 GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=/usr/share/groonga/synonyms.tsv +# Set the max N segments for tiny index column (default: 512) +#GRN_II_MAX_N_SEGMENTS_TINY=512 +# Set the max N chunks for tiny index column (default: 1024) +#GRN_II_MAX_N_CHUNKS_TINY=1024 Modified: data/systemd/centos/sysconfig/groonga-server-http (+4 -0) =================================================================== --- data/systemd/centos/sysconfig/groonga-server-http 2016-07-28 19:33:11 +0900 (7141818) +++ data/systemd/centos/sysconfig/groonga-server-http 2016-07-28 22:22:16 +0900 (2f03dbb) @@ -6,3 +6,7 @@ QUERY_LOG_PATH=/var/log/groonga/query-http.log PROTOCOL=http PORT=10041 GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=/usr/share/groonga/synonyms.tsv +# Set the max N segments for tiny index column (default: 512) +#GRN_II_MAX_N_SEGMENTS_TINY=512 +# Set the max N chunks for tiny index column (default: 1024) +#GRN_II_MAX_N_CHUNKS_TINY=1024 Modified: packages/debian/groonga-httpd.default (+4 -0) =================================================================== --- packages/debian/groonga-httpd.default 2016-07-28 19:33:11 +0900 (28b3a69) +++ packages/debian/groonga-httpd.default 2016-07-28 22:22:16 +0900 (158b6a8) @@ -15,3 +15,7 @@ GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO=0.01 GRN_MECAB_CHUNKED_TOKENIZE_ENABLED=no # Set the threshold value for chunk size (default: 8192) GRN_MECAB_CHUNK_SIZE_THRESHOLD=8192 +# Set the max N segments for tiny index column (default: 512) +#GRN_II_MAX_N_SEGMENTS_TINY=512 +# Set the max N chunks for tiny index column (default: 1024) +#GRN_II_MAX_N_CHUNKS_TINY=1024 Modified: packages/debian/groonga-server-gqtp.default (+4 -0) =================================================================== --- packages/debian/groonga-server-gqtp.default 2016-07-28 19:33:11 +0900 (74abc6d) +++ packages/debian/groonga-server-gqtp.default 2016-07-28 22:22:16 +0900 (f1e6a14) @@ -22,3 +22,7 @@ GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO=0.01 GRN_MECAB_CHUNKED_TOKENIZE_ENABLED=no # Set the threshold value for chunk size (default: 8192) GRN_MECAB_CHUNK_SIZE_THRESHOLD=8192 +# Set the max N segments for tiny index column (default: 512) +#GRN_II_MAX_N_SEGMENTS_TINY=512 +# Set the max N chunks for tiny index column (default: 1024) +#GRN_II_MAX_N_CHUNKS_TINY=1024 -------------- next part -------------- HTML����������������������������... Download