mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 21:43:11 +00:00
DS-3489: Converting Discovery results to REST HAL objects part 2
This commit is contained in:
@@ -179,6 +179,10 @@ public class DiscoverResult {
|
||||
{
|
||||
return highlightResults.get(metadataKey);
|
||||
}
|
||||
|
||||
public Map<String, List<String>> getHighlightResults() {
|
||||
return highlightResults;
|
||||
}
|
||||
}
|
||||
|
||||
public void addSearchDocument(DSpaceObject dso, SearchDocument searchDocument){
|
||||
|
Reference in New Issue
Block a user