public class RebuildIndex
extends java.lang.Object
Example: java org.LexGrid.LexBIG.admin.RebuildIndex -u,--urn <name> URN uniquely identifying the code system. -v,--version <id> Version identifier. -f,--force Force clear (no confirmation). Note: If the URN and version values are unspecified, a list of available coding schemes will be presented for user selection. Example: java -Xmx512m -cp lgRuntime.jar org.LexGrid.LexBIG.admin.RebuildIndex -u "urn:oid:2.16.840.1.113883.3.26.1.1" -v "05.09e"
Constructor and Description |
---|
RebuildIndex() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
protected void |
rebuildSingleNamedExtension(AbsoluteCodingSchemeVersionReference ref,
boolean force)
Rebuild a single named index extension for the specified scheme.
|
void |
run(java.lang.String[] args)
Primary entry point for the program.
|
public static void main(java.lang.String[] args)
public void run(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
protected void rebuildSingleNamedExtension(AbsoluteCodingSchemeVersionReference ref, boolean force) throws LBException
lbsm
- ref
- indexName
- LBException