Package it.unimi.di.big.mg4j.tool
Class ScanMetadata
- java.lang.Object
-
- it.unimi.di.big.mg4j.tool.ScanMetadata
-
public class ScanMetadata extends Object
Scans a document sequence and prints on standard output the corresponding URIs.This tool is a necessary intermediate step for the construction of an index with virtual fields.
- Since:
- 1.1
- Author:
- Sebastiano Vigna
-
-
Field Summary
Fields Modifier and Type Field Description protected static char[]LINE_TERMINATORSprotected static char[]SPACES
-
Constructor Summary
Constructors Constructor Description ScanMetadata()
-
-
-
Method Detail
-
main
public static void main(String[] arg) throws com.martiansoftware.jsap.JSAPException, InvocationTargetException, NoSuchMethodException, ClassNotFoundException, IOException, IllegalAccessException, InstantiationException, IllegalArgumentException, SecurityException
- Throws:
com.martiansoftware.jsap.JSAPExceptionInvocationTargetExceptionNoSuchMethodExceptionClassNotFoundExceptionIOExceptionIllegalAccessExceptionInstantiationExceptionIllegalArgumentExceptionSecurityException
-
-