|
@@ -34,35 +34,35 @@ public class FeatureService {
|
|
|
for (String vid : vidList) {
|
|
|
// TODO 补充其他特征
|
|
|
// vid
|
|
|
- protos.add(genWithVid("alg_vid_feature_all_exp", vid));
|
|
|
+ // protos.add(genWithVid("alg_vid_feature_all_exp", vid));
|
|
|
protos.add(genWithVid("alg_vid_feature_all_exp_v2", vid));
|
|
|
protos.add(genWithVid("alg_vid_feature_all_share", vid));
|
|
|
protos.add(genWithVid("alg_vid_feature_all_return", vid));
|
|
|
- protos.add(genWithVid("alg_vid_feature_exp2share", vid));
|
|
|
+ // protos.add(genWithVid("alg_vid_feature_exp2share", vid));
|
|
|
protos.add(genWithVid("alg_vid_feature_exp2share_v2", vid));
|
|
|
protos.add(genWithVid("alg_vid_feature_share2return", vid));
|
|
|
- protos.add(genWithVid("alg_vid_feature_feed_noflow_exp", vid));
|
|
|
+ // protos.add(genWithVid("alg_vid_feature_feed_noflow_exp", vid));
|
|
|
protos.add(genWithVid("alg_vid_feature_feed_noflow_exp_v2", vid));
|
|
|
- protos.add(genWithVid("alg_vid_feature_feed_noflow_root_share", vid));
|
|
|
+ // protos.add(genWithVid("alg_vid_feature_feed_noflow_root_share", vid));
|
|
|
protos.add(genWithVid("alg_vid_feature_feed_noflow_root_share_v2", vid));
|
|
|
- protos.add(genWithVid("alg_vid_feature_feed_noflow_root_return", vid));
|
|
|
+ // protos.add(genWithVid("alg_vid_feature_feed_noflow_root_return", vid));
|
|
|
protos.add(genWithVid("alg_vid_feature_feed_noflow_root_return_v2", vid));
|
|
|
- protos.add(genWithVid("alg_vid_feature_feed_flow_exp", vid));
|
|
|
+ // protos.add(genWithVid("alg_vid_feature_feed_flow_exp", vid));
|
|
|
protos.add(genWithVid("alg_vid_feature_feed_flow_exp_v2", vid));
|
|
|
- protos.add(genWithVid("alg_vid_feature_feed_flow_root_share", vid));
|
|
|
+ // protos.add(genWithVid("alg_vid_feature_feed_flow_root_share", vid));
|
|
|
protos.add(genWithVid("alg_vid_feature_feed_flow_root_share_v2", vid));
|
|
|
- protos.add(genWithVid("alg_vid_feature_feed_flow_root_return", vid));
|
|
|
+ // protos.add(genWithVid("alg_vid_feature_feed_flow_root_return", vid));
|
|
|
protos.add(genWithVid("alg_vid_feature_feed_flow_root_return_v2", vid));
|
|
|
|
|
|
protos.add(genWithVid("alg_vid_feature_basic_info", vid));
|
|
|
// vid + apptype
|
|
|
|
|
|
// vid + province
|
|
|
- protos.add(genWithVidAndProvince("alg_vid_feature_feed_province_exp", vid, province));
|
|
|
+ // protos.add(genWithVidAndProvince("alg_vid_feature_feed_province_exp", vid, province));
|
|
|
protos.add(genWithVidAndProvince("alg_vid_feature_feed_province_exp_v2", vid, province));
|
|
|
- protos.add(genWithVidAndProvince("alg_vid_feature_feed_province_root_share", vid, province));
|
|
|
+ // protos.add(genWithVidAndProvince("alg_vid_feature_feed_province_root_share", vid, province));
|
|
|
protos.add(genWithVidAndProvince("alg_vid_feature_feed_province_root_share_v2", vid, province));
|
|
|
- protos.add(genWithVidAndProvince("alg_vid_feature_feed_province_root_return", vid, province));
|
|
|
+ // protos.add(genWithVidAndProvince("alg_vid_feature_feed_province_root_return", vid, province));
|
|
|
protos.add(genWithVidAndProvince("alg_vid_feature_feed_province_root_return_v2", vid, province));
|
|
|
|
|
|
// vid + headvid
|
|
@@ -77,9 +77,9 @@ public class FeatureService {
|
|
|
protos.add(genWithMid("alg_mid_feature_play_tags", mid));
|
|
|
protos.add(genWithMid("alg_mid_feature_return_tags", mid));
|
|
|
protos.add(genWithMid("alg_mid_feature_share_tags", mid));
|
|
|
- protos.add(genWithMid("alg_mid_feature_feed_exp_share_tags", mid));
|
|
|
+ // protos.add(genWithMid("alg_mid_feature_feed_exp_share_tags", mid));
|
|
|
protos.add(genWithMid("alg_mid_feature_feed_exp_share_tags_v2", mid));
|
|
|
- protos.add(genWithMid("alg_mid_feature_feed_exp_return_tags", mid));
|
|
|
+ // protos.add(genWithMid("alg_mid_feature_feed_exp_return_tags", mid));
|
|
|
protos.add(genWithMid("alg_mid_feature_feed_exp_return_tags_v2", mid));
|
|
|
protos.add(genWithMid("alg_mid_feature_sharecf", mid));
|
|
|
protos.add(genWithMid("alg_mid_feature_returncf", mid));
|