Optional ReadonlylogType of log output.
Optional ReadonlylogLog level for messages.
Optional ReadonlylogDirectory for log files (used when logType is 'FILE').
Optional ReadonlylogBase name for log files (used when logType is 'FILE').
Optional ReadonlylogMaximum size of each log file in bytes (used when logType is 'FILE').
Optional ReadonlylogNumber of days to keep old log files (used when logType is 'FILE').
Optional ReadonlyqueryNumber of threads for query execution.
Optional ReadonlyoptimizeNumber of threads for background tasks.
Optional ReadonlyinvertThreshold to switch from inverted-index filtering to forward scan.
Optional ReadonlybruteThreshold to use brute-force key lookup over index lookup.
Optional ReadonlyftsThreshold to switch FTS scan strategy for highly selective candidates.
Optional ReadonlyjiebaDirectory containing jieba tokenizer dictionary files.
Configuration options for initializing Zvec globally.