public class PDS3Search extends Object
| Constructor and Description |
|---|
PDS3Search(String url)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.solr.common.SolrDocument |
getDataSet(String identifier) |
org.apache.solr.common.SolrDocumentList |
getDataSetList() |
List<org.apache.solr.common.SolrDocument> |
getInst(String identifier) |
org.apache.solr.common.SolrDocument |
getInst(String instId,
String instHostId) |
org.apache.solr.common.SolrDocument |
getInstHost(String identifier) |
org.apache.solr.common.SolrDocument |
getMission(String identifier) |
org.apache.solr.common.SolrDocument |
getResource(String identifier) |
org.apache.solr.common.SolrDocument |
getTarget(String identifier) |
List<String> |
getValues(org.apache.solr.common.SolrDocument doc,
String key) |
static void |
main(String[] argv)
Command line invocation.
|
public PDS3Search(String url)
public org.apache.solr.common.SolrDocumentList getDataSetList()
throws MalformedURLException,
org.apache.solr.client.solrj.SolrServerException
MalformedURLExceptionorg.apache.solr.client.solrj.SolrServerExceptionpublic org.apache.solr.common.SolrDocument getDataSet(String identifier) throws MalformedURLException, org.apache.solr.client.solrj.SolrServerException
MalformedURLExceptionorg.apache.solr.client.solrj.SolrServerExceptionpublic org.apache.solr.common.SolrDocument getMission(String identifier) throws MalformedURLException, org.apache.solr.client.solrj.SolrServerException
MalformedURLExceptionorg.apache.solr.client.solrj.SolrServerExceptionpublic org.apache.solr.common.SolrDocument getInstHost(String identifier) throws MalformedURLException, org.apache.solr.client.solrj.SolrServerException
MalformedURLExceptionorg.apache.solr.client.solrj.SolrServerExceptionpublic List<org.apache.solr.common.SolrDocument> getInst(String identifier) throws MalformedURLException, org.apache.solr.client.solrj.SolrServerException
MalformedURLExceptionorg.apache.solr.client.solrj.SolrServerExceptionpublic org.apache.solr.common.SolrDocument getInst(String instId, String instHostId) throws MalformedURLException, org.apache.solr.client.solrj.SolrServerException
MalformedURLExceptionorg.apache.solr.client.solrj.SolrServerExceptionpublic org.apache.solr.common.SolrDocument getTarget(String identifier) throws MalformedURLException, org.apache.solr.client.solrj.SolrServerException
MalformedURLExceptionorg.apache.solr.client.solrj.SolrServerExceptionpublic org.apache.solr.common.SolrDocument getResource(String identifier) throws MalformedURLException, org.apache.solr.client.solrj.SolrServerException
MalformedURLExceptionorg.apache.solr.client.solrj.SolrServerExceptionpublic static void main(String[] argv)
argv - Command-line arguments.Copyright © 2010–2018 Planetary Data System. All rights reserved.