Class SNOMEDAgentSearchAPI
- java.lang.Object
-
- in.cdac.medinfo.csnotk.csnolib.test.SNOMEDAgentSearchAPI
-
public class SNOMEDAgentSearchAPI extends java.lang.ObjectSampleforSearchAPI class contains the sample code for implementing the search APIs in SNOMEDAgent class in CSNOLib. SNOMEDAgent contains the search APIs. search method is overloaded.
-
-
Constructor Summary
Constructors Constructor Description SNOMEDAgentSearchAPI()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Main method
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException, FullReleaseDirectoryExceptionMain method- Parameters:
args-- Throws:
org.apache.lucene.queryparser.classic.ParseExceptionjava.io.IOExceptionFullReleaseDirectoryException
-
-