edu.umd.cloud9.collection
Class DocumentForwardIndexHttpServer

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

Nested Class Summary
static class DocumentForwardIndexHttpServer.FetchDocidServlet
           
static class DocumentForwardIndexHttpServer.FetchDocnoServlet
           
static class DocumentForwardIndexHttpServer.HomeServlet
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception