com.j2biz.blogunity.util
Class LuceneUtils

java.lang.Object
  extended bycom.j2biz.blogunity.util.LuceneUtils

public class LuceneUtils
extends Object


Constructor Summary
LuceneUtils()
           
 
Method Summary
static void createNewIndex(File indexesDir, org.apache.lucene.analysis.Analyzer analyzer)
           
static void index(Entry entry, File indexDir)
           
static void remove(Entry entry, File indexDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneUtils

public LuceneUtils()
Method Detail

createNewIndex

public static void createNewIndex(File indexesDir,
                                  org.apache.lucene.analysis.Analyzer analyzer)

index

public static void index(Entry entry,
                         File indexDir)

remove

public static void remove(Entry entry,
                          File indexDir)


Copyright (c)j2biz.com