| java.lang.Object com.knowgate.lucene.Indexer com.knowgate.lucene.BugIndexer
BugIndexer | public class BugIndexer extends Indexer (Code) | | Indexer subclass for hipergate bugs
author: Sergio Montoro Ten version: 3.0 |
Method Summary | |
public static void | addBug(IndexWriter oIWrt, String sGuid, int iNumber, String sWorkArea, String sProject, String sTitle, String sWriter, String sReportedBy, Date dtCreated, String sType, Short oPriority, Short oSeverity, String sStatus, String sComments, String sText) | public static void | addBug(IndexWriter oIWrt, String sGuid, int iNumber, String sWorkArea, String sProject, String sTitle, String sReportedBy, Date dtCreated, String sComments, String sText) | public static void | addBug(IndexWriter oIWrt, JDCConnection oCon, String sWorkArea, Bug oBug) | public static void | addBug(Properties oProps, JDCConnection oCon, String sWorkArea, Bug oBug) | public static int | deleteBug(String sWorkArea, Properties oProps, String sGuid) |
BugIndexer | public BugIndexer()(Code) | | |
addBug | public static void addBug(IndexWriter oIWrt, String sGuid, int iNumber, String sWorkArea, String sProject, String sTitle, String sWriter, String sReportedBy, Date dtCreated, String sType, Short oPriority, Short oSeverity, String sStatus, String sComments, String sText) throws ClassNotFoundException, IOException, IllegalArgumentException, NoSuchFieldException, IllegalAccessException, InstantiationException, NullPointerException(Code) | | Add bug to index
Parameters: oIWrt - IndexWriter Parameters: sGuid - String Bug GUID Parameters: iNumber - int Bug Number Parameters: sWorkArea - String GUID of WorkArea to which bug belongs Parameters: sProject - String GUID of project to which bug belongs Parameters: sTitle - String Title Parameters: sReportedBy - String Author Parameters: dtCreated - Date Created Parameters: sComments - String Comments Parameters: sText - String Bug Description throws: ClassNotFoundException - throws: IOException - throws: IllegalArgumentException - throws: NoSuchFieldException - throws: IllegalAccessException - throws: InstantiationException - throws: NullPointerException - |
addBug | public static void addBug(IndexWriter oIWrt, String sGuid, int iNumber, String sWorkArea, String sProject, String sTitle, String sReportedBy, Date dtCreated, String sComments, String sText) throws ClassNotFoundException, IOException, IllegalArgumentException, NoSuchFieldException, IllegalAccessException, InstantiationException, NullPointerException(Code) | | Add bug to index
Parameters: oIWrt - IndexWriter Parameters: sGuid - String Bug GUID Parameters: iNumber - int Bug Number Parameters: sWorkArea - String GUID of WorkArea to which bug belongs Parameters: sProject - String GUID of project to which bug belongs Parameters: sTitle - String Title Parameters: sReportedBy - String Author Parameters: dtCreated - Date Created Parameters: sComments - String Comments Parameters: sText - String Bug Description throws: ClassNotFoundException - throws: IOException - throws: IllegalArgumentException - throws: NoSuchFieldException - throws: IllegalAccessException - throws: InstantiationException - throws: NullPointerException - |
addBug | public static void addBug(Properties oProps, JDCConnection oCon, String sWorkArea, Bug oBug) throws SQLException, IOException, ClassNotFoundException, NoSuchFieldException, IllegalAccessException, InstantiationException, NullPointerException, NoSuchFieldException(Code) | | Add bug to index
Parameters: oProps - Properties Parameters: oCon - JDCConnection Parameters: sWorkArea - String Parameters: oBug - Bug throws: SQLException - throws: IOException - throws: ClassNotFoundException - throws: NoSuchFieldException - throws: IllegalAccessException - throws: InstantiationException - throws: NullPointerException - throws: NoSuchFieldException - |
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)
|
|
|