Class RegistryClientSolr
- java.lang.Object
-
- gov.nasa.pds.citool.registry.client.RegistryClientSolr
-
- All Implemented Interfaces:
RegistryClient
public class RegistryClientSolr extends Object implements RegistryClient
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getResourceIds(String dataSetId)
boolean
publishFile(FileInfo fi)
String
publishObject(RegistryObject obj)
-
-
-
Method Detail
-
publishObject
public String publishObject(RegistryObject obj) throws Exception
- Specified by:
publishObject
in interfaceRegistryClient
- Throws:
Exception
-
publishFile
public boolean publishFile(FileInfo fi) throws Exception
- Specified by:
publishFile
in interfaceRegistryClient
- Throws:
Exception
-
getResourceIds
public List<String> getResourceIds(String dataSetId) throws Exception
- Specified by:
getResourceIds
in interfaceRegistryClient
- Throws:
Exception
-
-