SilverStream
Application Server 3.5

com.sssw.srv.agents
Class AgFullText

java.lang.Object
 |
 +--com.sssw.srv.agents.AgFullText

public class AgFullText
extends Object

This class provides means of indexing an FullTextSearch table. Indexing of a table might be needed if data is being added to the table externally.


Constructor Summary
AgFullText()
           
 
Method Summary
static void index(String dbname, String tabname)
          Start the FullTextSearch indexing on a table.
static void indexBlock(String dbname, String tabname)
          Start the FullTextSearch indexing on a table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgFullText

public AgFullText()
Method Detail

index

public static void index(String dbname,
                         String tabname)
                  throws AgoException
Start the FullTextSearch indexing on a table. This method will return before the indexing has completed.
Parameters:
dbname - Database where table resides.
tabname - Name of the table to index.
Throws:
AgoException -  

indexBlock

public static void indexBlock(String dbname,
                              String tabname)
                       throws AgoException
Start the FullTextSearch indexing on a table. This method will return after the indexing has completed.
Parameters:
dbname - Database where table resides.
tabname - Name of the table to index.
Throws:
AgoException -  

SilverStream
Application Server 3.5