"search" 和 "indexer" 部分
用于配置搜索和索引。
典型示例
"search" : {
"delay" : 9000,
"fuzzy-similarity-factor" : 0.6,
"incremental-indexing" : true,
"length" : 2,
"lucene-cfs-ratio" : 0.1,
"max-fuzzy-terms" : 10,
"max-indexing-size" : "standard",
"operator" : "and",
"pattern-sufix" : "*",
"period" : 6000,
"short-word-length" : 3,
"full-indexing-activated" : true,
"plain-text-search-activated" : true
},
"indexer" : {
"full" : {
"cronExpression" : "0 0 23 ? * FRI *"
}
}
0 0 23 ? * FRI * 表达式表示 'At 23:00:00pm, on every Friday, every month'。