| java.lang.Object com.knowgate.lucene.Indexer com.knowgate.lucene.NewsMessageIndexer
NewsMessageIndexer | public class NewsMessageIndexer extends Indexer (Code) | | Indexer subclass for hipergate forum messages
author: Sergio Montoro Ten version: 3.0 |
NewsMessageIndexer | public NewsMessageIndexer()(Code) | | |
addNewsMessage | public static void addNewsMessage(IndexWriter oIWrt, String sGuid, String sWorkArea, String sContainer, String sTitle, String sAuthor, Date dtCreated, String sText) throws ClassNotFoundException, IOException, IllegalArgumentException, NoSuchFieldException, IllegalAccessException, InstantiationException, NullPointerException(Code) | | |
Methods inherited from com.knowgate.lucene.Indexer | public static void add(IndexWriter oIWrt, Map oKeywords, Map oTexts, Map oUnStored) throws ClassNotFoundException, IOException, IllegalArgumentException, NoSuchFieldException, IllegalAccessException, InstantiationException, NullPointerException(Code)(Java Doc) public static void add(String sTableName, String sDirectory, String sAnalyzer, Map oKeywords, Map oTexts, Map oUnStored) throws ClassNotFoundException, IOException, IllegalArgumentException, NoSuchFieldException, IllegalAccessException, InstantiationException, NullPointerException(Code)(Java Doc) public static void add(String sTableName, Properties oProps, String sGUID, int iNumber, String sWorkArea, String sContainer, String sTitle, String sText, String sAuthor, String sAbstract, String sComments) throws ClassNotFoundException, IOException, IllegalArgumentException, NoSuchFieldException, IllegalAccessException, InstantiationException, NullPointerException(Code)(Java Doc) public static int delete(String sTableName, String sWorkArea, Properties oProps, String sGuid) throws IllegalArgumentException, NoSuchFieldException, IllegalAccessException, IOException, NullPointerException(Code)(Java Doc) public static void main(String[] argv) throws SQLException, IOException, ClassNotFoundException, IllegalArgumentException, NoSuchFieldException, IllegalAccessException, InstantiationException(Code)(Java Doc) public static void optimize(Properties oProps, String sTableName, String sWorkArea) throws NoSuchFieldException, IllegalArgumentException, ClassNotFoundException, FileNotFoundException, IOException, InstantiationException, IllegalAccessException(Code)(Java Doc) public static void rebuild(Properties oProps, String sTableName, String sWorkArea) throws SQLException, IOException, ClassNotFoundException, IllegalArgumentException, NoSuchFieldException, IllegalAccessException, InstantiationException(Code)(Java Doc) public static void rebuild(Properties oProps, String sTableName) throws SQLException, IOException, ClassNotFoundException, IllegalArgumentException, NoSuchFieldException, IllegalAccessException, InstantiationException(Code)(Java Doc)
|
|
|