| Package | Description |
|---|---|
| de.digitalcollections.iiif.model.search |
Model classes that represent entities from the IIIF Search API (http://iiif.io/api/search/1.0/).
|
| Modifier and Type | Method and Description |
|---|---|
SearchHit |
SearchHit.addAnnotation(Annotation first,
Annotation... rest) |
SearchHit |
SearchHit.addSelector(TextQuoteSelector first,
TextQuoteSelector... rest) |
| Modifier and Type | Method and Description |
|---|---|
List<SearchHit> |
SearchResult.getHits() |
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
SearchResult.addHit(SearchHit first,
SearchHit... rest) |
SearchResult |
SearchResult.addHit(SearchHit first,
SearchHit... rest) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResult.setHits(List<SearchHit> hits) |
Copyright © 2018. All rights reserved.