railo.runtime.search.lucene2.docs
Class CustomDocument

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

public final class CustomDocument
extends Object

A utility for making Lucene Documents from a File.


Method Summary
static org.apache.lucene.document.Document getDocument(String title, String key, String content, String urlpath, String custom1, String custom2, String custom3, String custom4)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDocument

public static org.apache.lucene.document.Document getDocument(String title,
                                                              String key,
                                                              String content,
                                                              String urlpath,
                                                              String custom1,
                                                              String custom2,
                                                              String custom3,
                                                              String custom4)
Parameters:
title -
key -
content -
custom1 -
custom2 -
custom3 -
custom4 -
Returns:
Document


Copyright © 2012 Railo