Skip to content
Snippets Groups Projects
Commit 6cae546b authored by juanf's avatar juanf
Browse files

SP-935 / BIS-517 : ELN UI - Copy YeastLab iPad Search for ELN service

SVN: 30008
parent bf42c161
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ public class SearchResultSorterByScore implements ISearchResultSorter ...@@ -95,7 +95,7 @@ public class SearchResultSorterByScore implements ISearchResultSorter
} }
}); });
System.out.println(entitiesToSort); // FOR DEBUGING ONLY System.out.println(entitiesToSort);
} }
private int getScore(IEntitySearchResult entity, List<Pattern> partialMatchTerms, List<String> exactMatchTerms, List<Boost> boosts) private int getScore(IEntitySearchResult entity, List<Pattern> partialMatchTerms, List<String> exactMatchTerms, List<Boost> boosts)
...@@ -140,7 +140,7 @@ public class SearchResultSorterByScore implements ISearchResultSorter ...@@ -140,7 +140,7 @@ public class SearchResultSorterByScore implements ISearchResultSorter
} }
} }
} }
System.out.println(entity.getCode() + " " + score); // FOR DEBUGING ONLY System.out.println(entity.getCode() + " " + score);
return score; return score;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment