[VIVO-1639] Improve display of search results -- remove class names (#96)
Resolves: https://jira.duraspace.org/browse/VIVO-1639
This commit is contained in:
parent
42dacf1f16
commit
554c5dec8b
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue