|
@@ -18,15 +18,17 @@ queue-config = {
|
|
}
|
|
}
|
|
global-hot-queue = {
|
|
global-hot-queue = {
|
|
class = "com.tzld.piaoquan.recommend.server.framework.merger.SimpleMergeQueue"
|
|
class = "com.tzld.piaoquan.recommend.server.framework.merger.SimpleMergeQueue"
|
|
- global1h-index = {
|
|
|
|
- class = "com.tzld.piaoquan.recommend.server.implement.candidate.Global1hHotCandidate"
|
|
|
|
- }
|
|
|
|
- global3h-index = {
|
|
|
|
- class = "com.tzld.piaoquan.recommend.server.implement.candidate.Global3hHotCandidate"
|
|
|
|
- }
|
|
|
|
- global24h-index = {
|
|
|
|
- class = "com.tzld.piaoquan.recommend.server.implement.candidate.Global24hHotCandidate"
|
|
|
|
- }
|
|
|
|
|
|
+ children = {
|
|
|
|
+ global1h-index = {
|
|
|
|
+ class = "com.tzld.piaoquan.recommend.server.implement.candidate.Global1hHotCandidate"
|
|
|
|
+ }
|
|
|
|
+ global3h-index = {
|
|
|
|
+ class = "com.tzld.piaoquan.recommend.server.implement.candidate.Global3hHotCandidate"
|
|
|
|
+ }
|
|
|
|
+ global24h-index = {
|
|
|
|
+ class = "com.tzld.piaoquan.recommend.server.implement.candidate.Global24hHotCandidate"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|