com.trackstudio.kernel.manager
Class IndexManager

java.lang.Object
  extended bycom.trackstudio.kernel.manager.KernelManager
      extended bycom.trackstudio.kernel.manager.IndexManager

public class IndexManager
extends KernelManager


Field Summary
static java.lang.String INDEXDIR
           
static java.lang.String SKIPFLAG
           
static java.lang.String[] SPECIALCHAR
           
static java.lang.String[] SPECIALCHARREPLACE
           
 
Fields inherited from class com.trackstudio.kernel.manager.KernelManager
hu
 
Method Summary
 java.lang.String checkLuceneCharacter(java.lang.String s)
           
 void deleteTask(java.lang.String id)
           
protected static IndexManager getInstance()
           
 void index()
           
 void indexTask(java.lang.String id)
           
 void reIndexTask(java.lang.String id)
           
 java.util.TreeSet search(java.lang.String keyword)
           
 
Methods inherited from class com.trackstudio.kernel.manager.KernelManager
getAcl, getAttachment, getCategory, getEmailType, getFilter, getFind, getIndex, getLicense, getLongText, getMailImport, getMessage, getPrstatus, getRegistration, getReport, getScript, getStep, getTask, getTSInfo, getUdf, getUser, getWorkflow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDEXDIR

public static java.lang.String INDEXDIR

SKIPFLAG

public static java.lang.String SKIPFLAG

SPECIALCHAR

public static java.lang.String[] SPECIALCHAR

SPECIALCHARREPLACE

public static java.lang.String[] SPECIALCHARREPLACE
Method Detail

getInstance

protected static IndexManager getInstance()

index

public void index()
           throws GranException
Throws:
GranException

search

public java.util.TreeSet search(java.lang.String keyword)
                         throws GranException
Throws:
GranException

reIndexTask

public void reIndexTask(java.lang.String id)
                 throws GranException
Throws:
GranException

indexTask

public void indexTask(java.lang.String id)
               throws GranException
Throws:
GranException

deleteTask

public void deleteTask(java.lang.String id)
                throws GranException
Throws:
GranException

checkLuceneCharacter

public java.lang.String checkLuceneCharacter(java.lang.String s)
                                      throws GranException
Throws:
GranException


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.