DS-3489: Converting Discovery results to REST HAL objects part 2

This commit is contained in:
Tom Desair
2017-09-21 22:31:04 +02:00
parent f37a7868ab
commit 7df6201fd4
8 changed files with 63 additions and 32 deletions

View File

@@ -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){