zebra.cfg.in
来自「harvest是一个下载html网页得机器人」· IN 代码 · 共 50 行
IN
50 行
# 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 + =
减小字号Ctrl + -
显示快捷键?