[VIVO-1639] Improve display of search results -- remove class names (#96)

Resolves: https://jira.duraspace.org/browse/VIVO-1639
This commit is contained in:
Svantje Lilienthal 2018-12-05 16:27:18 +01:00 committed by Andrew Woods
parent 42dacf1f16
commit 554c5dec8b

View file

@ -176,8 +176,6 @@ public class UpdateDocumentWorkUnit implements Runnable {
classGroupUris.add(classGroupUri);
}
addToAlltext(doc, clz.getName());
Float boost = clz.getSearchBoost();
if (boost != null) {
doc.setDocumentBoost(doc.getDocumentBoost() + boost);