Authored by 胡古飞

fix bug

... ... @@ -74,7 +74,7 @@ public class PersonalVectorFeatureSearch {
scriptParams.put("field", "productFeatureFactor");
String [] productVectorFeatures = productVectorFeature.split("|",2);
if(productVectorFeatures!=2){
if(productVectorFeatures.length!=2){
return;
}
scriptParams.put("userFeatureFactors", productVectorFeatures[1]);
... ...