Package | Description |
---|---|
gov.nasa.pds.search.core | |
gov.nasa.pds.search.core.post |
Modifier and Type | Method and Description |
---|---|
void |
SearchCore.runSolrPost(java.lang.String serviceUrl) |
Modifier and Type | Method and Description |
---|---|
void |
SolrPost.clean()
Deletes all data from the Search Service.
|
void |
SolrPost.optimize()
Final step in Search Service index process that optimizes the stored index.
|
void |
SolrPost.post(java.lang.String dir,
java.util.List<java.lang.String> filePrefixList)
Posts data to Search Service.
|
void |
SolrPost.postIndex(java.lang.String dir,
java.util.List<java.lang.String> filePrefixList)
Calls the post and optimize methods to complete a post of a list of index files
to the Search Service
|
Constructor and Description |
---|
SolrPost(java.lang.String serviceUrl)
Solr Post constructor.
|
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.