Constructor
new SolrResult()
- Source:
Extends
Methods
createViewURL() → {string}
Creates a URL for viewing more information about this metadata
- Source:
Returns:
-
Type
-
string
getType() → {string}
Returns a plain-english version of the general format - either image, program, metadata, PDF, annotation or data
- Source:
Returns:
-
Type
-
string
isDOI(customString) → {boolean}
Checks if the pid or sid or given string is a DOI
Parameters:
Name |
Type |
Description |
customString |
string
|
Optional. An identifier string to check instead of the id and seriesId attributes on the model |
- Source:
Returns:
True if it is a DOI
-
Type
-
boolean