|
@@ -132,8 +132,8 @@ public class RecommendController {
|
|
|
List<Float> scores = new ArrayList<Float>();
|
|
|
Set<BugMirror> mirror2 = new HashSet<BugMirror>();
|
|
|
Map<BugMirror, Float> map;
|
|
|
- System.out.println(type);
|
|
|
- System.out.println(content);
|
|
|
+// System.out.println(type);
|
|
|
+// System.out.println(content);
|
|
|
if(type.equals("title") || type.equals("description")) {
|
|
|
if(type.equals("title")) {map = recservice.recommandByTitle(content, session);}
|
|
|
else {map = recservice.recommandByDes(content, session);}
|