it.unimi.di.mg4j.tool
Class ScanMetadata

java.lang.Object
  extended by it.unimi.di.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

Constructor Summary
ScanMetadata()
           
 
Method Summary
static void main(String[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScanMetadata

public 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.JSAPException
InvocationTargetException
NoSuchMethodException
ClassNotFoundException
IOException
IllegalAccessException
InstantiationException
IllegalArgumentException
SecurityException