comirva.web.indexing
Class HTMLDocument

java.lang.Object
  extended by comirva.web.indexing.HTMLDocument

public class HTMLDocument
extends Object

A utility for making Lucene Documents for HTML documents.


Field Summary
(package private) static char dirSep
           
 
Method Summary
static org.apache.lucene.document.Document Document(File f, String artist, String url)
           
static String uid(File f)
           
static String uid2url(String uid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dirSep

static char dirSep
Method Detail

uid

public static String uid(File f)

uid2url

public static String uid2url(String uid)

Document

public static org.apache.lucene.document.Document Document(File f,
                                                           String artist,
                                                           String url)
                                                    throws IOException,
                                                           InterruptedException
Throws:
IOException
InterruptedException