[Groonga-commit] groonga/groonga at ae2b720 [master] rpm deb: add experimental environment variables

Back to archive index

HAYASHI Kentaro null+****@clear*****
Sat Mar 28 00:41:29 JST 2015


HAYASHI Kentaro	2015-03-28 00:41:29 +0900 (Sat, 28 Mar 2015)

  New Revision: ae2b7201180246da909cc3e650baf02fdd93dba5
  https://github.com/groonga/groonga/commit/ae2b7201180246da909cc3e650baf02fdd93dba5

  Message:
    rpm deb: add experimental environment variables

  Modified files:
    data/init.d/redhat/sysconfig/groonga-httpd
    data/init.d/redhat/sysconfig/groonga-server-gqtp
    data/init.d/redhat/sysconfig/groonga-server-http
    packages/debian/groonga-httpd.default
    packages/debian/groonga-server-gqtp.default

  Modified: data/init.d/redhat/sysconfig/groonga-httpd (+6 -0)
===================================================================
--- data/init.d/redhat/sysconfig/groonga-httpd    2015-03-28 00:25:36 +0900 (8615baf)
+++ data/init.d/redhat/sysconfig/groonga-httpd    2015-03-28 00:41:29 +0900 (2bacec3)
@@ -2,3 +2,9 @@
 #GROONGA_HTTPD_ARGS=""
 #GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO=0.01
 #GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO=0.01
+# Set 1 to enable skipping posting list
+#GRN_II_CURSOR_SET_MIN_ENABLE=0
+# Set "yes" to enable chunked tokenize feature
+#GRN_MECAB_CHUNKED_TOKENIZE_ENABLED=no
+# Set the threshold value for chunk size (default: 8192)
+#GRN_MECAB_CHUNK_SIZE_THRESHOLD=8192

  Modified: data/init.d/redhat/sysconfig/groonga-server-gqtp (+6 -0)
===================================================================
--- data/init.d/redhat/sysconfig/groonga-server-gqtp    2015-03-28 00:25:36 +0900 (13d4661)
+++ data/init.d/redhat/sysconfig/groonga-server-gqtp    2015-03-28 00:41:29 +0900 (d4b9c3a)
@@ -10,3 +10,9 @@
 #GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=/usr/share/groonga/synonyms.tsv
 #GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO=0.01
 #GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO=0.01
+# Set 1 to enable skipping posting list
+#GRN_II_CURSOR_SET_MIN_ENABLE=0
+# Set "yes" to enable chunked tokenize feature
+#GRN_MECAB_CHUNKED_TOKENIZE_ENABLED=no
+# Set the threshold value for chunk size (default: 8192)
+#GRN_MECAB_CHUNK_SIZE_THRESHOLD=8192

  Modified: data/init.d/redhat/sysconfig/groonga-server-http (+6 -0)
===================================================================
--- data/init.d/redhat/sysconfig/groonga-server-http    2015-03-28 00:25:36 +0900 (bb7ce22)
+++ data/init.d/redhat/sysconfig/groonga-server-http    2015-03-28 00:41:29 +0900 (1107dd0)
@@ -11,3 +11,9 @@
 #TIMEOUT=5
 #GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO=0.01
 #GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO=0.01
+# Set 1 to enable skipping posting list
+#GRN_II_CURSOR_SET_MIN_ENABLE=0
+# Set "yes" to enable chunked tokenize feature
+#GRN_MECAB_CHUNKED_TOKENIZE_ENABLED=no
+# Set the threshold value for chunk size (default: 8192)
+#GRN_MECAB_CHUNK_SIZE_THRESHOLD=8192

  Modified: packages/debian/groonga-httpd.default (+6 -0)
===================================================================
--- packages/debian/groonga-httpd.default    2015-03-28 00:25:36 +0900 (7b7b679)
+++ packages/debian/groonga-httpd.default    2015-03-28 00:41:29 +0900 (402c217)
@@ -7,3 +7,9 @@ ENABLE=yes
 GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO=0.01
 # Set the threshold value to force sequential search for between()
 GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO=0.01
+# Set 1 to enable skipping posting list
+GRN_II_CURSOR_SET_MIN_ENABLE=0
+# Set "yes" to enable chunked tokenize feature
+GRN_MECAB_CHUNKED_TOKENIZE_ENABLED=no
+# Set the threshold value for chunk size (default: 8192)
+GRN_MECAB_CHUNK_SIZE_THRESHOLD=8192

  Modified: packages/debian/groonga-server-gqtp.default (+6 -0)
===================================================================
--- packages/debian/groonga-server-gqtp.default    2015-03-28 00:25:36 +0900 (654bddf)
+++ packages/debian/groonga-server-gqtp.default    2015-03-28 00:41:29 +0900 (6d729b4)
@@ -17,3 +17,9 @@ GRN_JA_SKIP_SAME_VALUE_PUT=yes
 GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO=0.01
 # Set the threshold value to force sequential search for between()
 GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO=0.01
+# Set 1 to enable skipping posting list
+GRN_II_CURSOR_SET_MIN_ENABLE=0
+# Set "yes" to enable chunked tokenize feature
+GRN_MECAB_CHUNKED_TOKENIZE_ENABLED=no
+# Set the threshold value for chunk size (default: 8192)
+GRN_MECAB_CHUNK_SIZE_THRESHOLD=8192
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index