| |
|
| java.lang.Object vqwiki.utils.lucene.HTMLDocument
HTMLDocument | public class HTMLDocument (Code) | | A utility for making Lucene Documents for HTML documents.
version: $Id: HTMLDocument.java 365 2003-10-05 05:07:32Z garethc $ |
Field Summary | |
static char | dirSep TODO: Document this field. |
Method Summary | |
public static Document | Document(File f) TODO: Document this method.
Parameters: f - TODO: Document this parameter. | public static String | uid(File f) TODO: Document this method.
Parameters: f - TODO: Document this parameter. | public static String | uid2url(String uid) TODO: Document this method.
Parameters: uid - TODO: Document this parameter. |
dirSep | static char dirSep(Code) | | TODO: Document this field.
|
uid | public static String uid(File f)(Code) | | TODO: Document this method.
Parameters: f - TODO: Document this parameter. TODO: Document the result. |
uid2url | public static String uid2url(String uid)(Code) | | TODO: Document this method.
Parameters: uid - TODO: Document this parameter. TODO: Document the result. |
|
|
|