edu.umd.cloud9.collection
Class DocumentForwardIndexHttpServer
java.lang.Object
edu.umd.cloud9.collection.DocumentForwardIndexHttpServer
public class DocumentForwardIndexHttpServer
- extends Object
Web server for providing access to documents in a collection. Sample
command-line invocation:
hadoop jar cloud9.jar edu.umd.cloud9.collection.DocumentForwardIndexHttpServer \
/shared/ClueWeb09/collection.compressed.block/findex.en.01.dat \
/shared/ClueWeb09/docno-mapping.dat
- Author:
- Jimmy Lin
main
public static void main(String[] args)
throws Exception
- Throws:
Exception