Package org.dspace.authority
Interface SolrAuthorityInterface
-
- All Known Implementing Classes:
RestSource
public interface SolrAuthorityInterface- Author:
- Jonas Van Goolen (jonas at atmire dot com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AuthorityValue>queryAuthorities(String text, int max)AuthorityValuequeryAuthorityID(String id)
-
-
-
Method Detail
-
queryAuthorities
List<AuthorityValue> queryAuthorities(String text, int max)
-
queryAuthorityID
AuthorityValue queryAuthorityID(String id)
-
-