Uses of Class
com.swfit.core.search.BasicSearchObjectIndex

Uses of BasicSearchObjectIndex in com.swfit.core.search
 

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

Uses of BasicSearchObjectIndex in com.swfit.core.xhtml.publish
 

Methods in com.swfit.core.xhtml.publish that return BasicSearchObjectIndex
 BasicSearchObjectIndex XHTMLPublishFolder.mailIndexer()
          Get the Lucene indexer for the mail list for this publish folder.
 



Swfit developer homepage
Copyright © 2003 Orgdot AS. All Rights Reserved.