This file is indexed.

/etc/default/groonga-httpd is in groonga-httpd 6.0.1-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# Default
#GROONGA_HTTPD_ARGS=""
TIMEOUT=3
# Comment out this to disable groonga-httpd daemon.
ENABLE=yes
# Set the threshold value to force sequential search for in_values()
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=1
# 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
# Set 1 to enable splitting chunks in static index construction
GRN_INDEX_CHUNK_SPLIT_ENABLE=1