...
|
...
|
@@ -190,7 +190,7 @@ public class SearchServiceHelper { |
|
|
return builder;
|
|
|
}
|
|
|
|
|
|
private static float globalWeightFactor = 0.20f;
|
|
|
private static float globalWeightFactor = 0.40f;
|
|
|
|
|
|
public float changeGlobalWeightFactor(String globalWeight){
|
|
|
try {
|
...
|
...
|
|