...
|
...
|
@@ -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]);
|
...
|
...
|
|