| Methods in com.swfit.core.search that return XHTMLPublishedObjectIndex |
static XHTMLPublishedObjectIndex |
XHTMLPublishedObjectIndex.getIndexer(java.lang.String index_directory)
Build a XHTMLPublishedObjectIndex with the directory to store the Lucene index in. |
static XHTMLPublishedObjectIndex |
XHTMLPublishedObjectIndex.getIndexer(java.lang.String index_directory,
int analyzer)
Build a XHTMLPublishedObjectIndex with the directory to store the Lucene index in and a
parameter code for the Analyzer to use. |
static XHTMLPublishedObjectIndex |
XHTMLPublishedObjectIndex.getIndexer(java.io.File index_directory,
org.apache.lucene.analysis.Analyzer analyzer)
Build a XHTMLPublishedObjectIndex with the directory to store the Lucene index in, a
parameter code for the Analyzer to use and a set of standard file types. |