mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 22:13:08 +00:00
Updated experimentatal search plugin support to use full package name.
This commit is contained in:
@@ -77,7 +77,7 @@ public class WordHighlightSolrSearch implements SearchAnnotationService {
|
||||
|
||||
@Override
|
||||
public boolean getSearchPlugin(String className) {
|
||||
return className.contentEquals(WordHighlightSolrSearch.class.getSimpleName());
|
||||
return className.contentEquals(WordHighlightSolrSearch.class.getCanonicalName());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user