|
@@ -13,7 +13,7 @@ import lombok.extern.slf4j.Slf4j;
|
|
import org.apache.commons.collections4.MapUtils;
|
|
import org.apache.commons.collections4.MapUtils;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
-import org.springframework.stereotype.Service;
|
|
|
|
|
|
+import org.springframework.stereotype.Component;
|
|
import org.xm.Similarity;
|
|
import org.xm.Similarity;
|
|
|
|
|
|
import java.io.BufferedReader;
|
|
import java.io.BufferedReader;
|
|
@@ -28,7 +28,7 @@ import java.util.concurrent.TimeUnit;
|
|
import java.util.stream.Collectors;
|
|
import java.util.stream.Collectors;
|
|
|
|
|
|
@Slf4j
|
|
@Slf4j
|
|
-@Service
|
|
|
|
|
|
+@Component
|
|
public class RankService680 extends RankStrategyXGBBasic {
|
|
public class RankService680 extends RankStrategyXGBBasic {
|
|
|
|
|
|
|
|
|