|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.lucene.HTMLDocument
public class HTMLDocument
A utility for making Lucene Documents for HTML documents.
| Method Summary | |
|---|---|
static org.apache.lucene.document.Document |
Document(java.io.File f,
java.io.File htdocsDumpDir)
DOCUMENT ME! |
static java.lang.String |
uid(java.io.File f,
java.io.File htdocsDumpDir)
Append path and date into a string in such a way that lexicographic sorting gives the same results as a walk of the file hierarchy. |
static java.lang.String |
uid2url(java.lang.String uid)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String uid(java.io.File f,
java.io.File htdocsDumpDir)
f - DOCUMENT ME!htdocsDumpDir - DOCUMENT ME!
public static java.lang.String uid2url(java.lang.String uid)
uid - DOCUMENT ME!
public static org.apache.lucene.document.Document Document(java.io.File f,
java.io.File htdocsDumpDir)
throws java.io.IOException,
java.lang.InterruptedException
f - DOCUMENT ME!htdocsDumpDir - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!
java.lang.InterruptedException - DOCUMENT ME!
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||