📄 zebra.cfg.in
字号:
# Zebra configuration file# location of zebra's schema and attribute files#profilePath: .:/path1/to/tab:/path2/to/tabprofilePath: lib:@prefix@/lib/broker/tab# files that describe the attribute sets supportedattset: bib1.att#attset: gils.attharvest.database: harvestharvest.recordId: file#harvest.recordType: grs.regx.soifharvest.recordType: grs.sgmlharvest.storeKeys: 1# uncomment if you want a copy of data#harvest.storeData: 1# this should speed up incremental indexing on large base with small# changes#isam: b######################### paths ########################## make sure that you have enough space for index and index-shadow# path/to/index1:100M path/to/index2:4G# this means use 100MB in index1 directory and 4GB in index2## index#register: path/to/index1:size1 path/to/index2:size2 ...register: zebra/index:4G# shadow for safe update#shadow: path/to/shadow1:size1 path/to/shadow2:size2 ...shadow: zebra/index-shadow:4G# where to keep lockfileslockDir: zebra/run# temporary files used during zebraidx' updatekeyTmpDir: zebra/tmp# temporary result sets for server, defaults to /tmpsetTmpDir: zebra/tmp# size of memory to use for the zebraidx in megabytesmemMax: 8
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -