railo.runtime.search.lucene2.docs
Class HTMLDocument

java.lang.Object
  extended by railo.runtime.search.lucene2.docs.HTMLDocument

public final class HTMLDocument
extends Object

A utility for making Lucene Documents for HTML documents.


Method Summary
static org.apache.lucene.document.Document getDocument(Resource res, String charset)
           
static org.apache.lucene.document.Document getDocument(StringBuffer content, Reader reader)
           
static String uid(Resource f)
           
static String uid2url(String uid)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

uid

public static String uid(Resource f)

uid2url

public static String uid2url(String uid)

getDocument

public static org.apache.lucene.document.Document getDocument(Resource res,
                                                              String charset)

getDocument

public static org.apache.lucene.document.Document getDocument(StringBuffer content,
                                                              Reader reader)


Copyright © 2012 Railo