public class GolrExternalLookupService extends Object implements ExternalLookupService
ExternalLookupService.LookupEntry
Modifier | Constructor and Description |
---|---|
protected |
GolrExternalLookupService(RetrieveGolrBioentities client) |
|
GolrExternalLookupService(String golrUrl) |
Modifier and Type | Method and Description |
---|---|
List<ExternalLookupService.LookupEntry> |
lookup(String id)
Lookup the information for the given identifier.
|
ExternalLookupService.LookupEntry |
lookup(String id,
String taxon)
Lookup the information for the given identifier and taxon.
|
public GolrExternalLookupService(String golrUrl)
protected GolrExternalLookupService(RetrieveGolrBioentities client)
public List<ExternalLookupService.LookupEntry> lookup(String id)
ExternalLookupService
lookup
in interface ExternalLookupService
public ExternalLookupService.LookupEntry lookup(String id, String taxon)
ExternalLookupService
lookup
in interface ExternalLookupService
Copyright © 2010–2015. All rights reserved.