| Modifier and Type | Field and Description |
|---|---|
protected org.apache.solr.client.solrj.SolrServer |
server |
| Constructor and Description |
|---|
TaxonDAOImpl()
Initialise the SOLR server instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
extractBySpeciesGroups(String metadataUrl,
String q,
String[] fq,
Writer writer)
Writes a hierarchy to the writer that matches the supplied query.
|
void |
extractHierarchy(String metadataUrl,
String q,
String[] fq,
Writer writer)
Writes a hierarchy to the writer that matches the supplied query.
|
public void extractBySpeciesGroups(String metadataUrl, String q, String[] fq, Writer writer) throws Exception
TaxonDAOextractBySpeciesGroups in interface TaxonDAOExceptionpublic void extractHierarchy(String metadataUrl, String q, String[] fq, Writer writer) throws Exception
TaxonDAOextractHierarchy in interface TaxonDAOExceptionCopyright © 2014. All rights reserved.