@@ -742,6 +742,7 @@ public class SearchServiceImpl implements SearchService {
propertyValues.add(propertyValue);
}
+ removeElements(propertyValues, topNum.intValue());
} catch (IOException e) {
e.printStackTrace();