| 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. |