Class Forums
java.lang.Object
sk.iway.iwcm.system.fulltext.indexed.Indexed
sk.iway.iwcm.system.fulltext.indexed.Forums
Forums.java
-
Nested Class Summary
Nested classes/interfaces inherited from class sk.iway.iwcm.system.fulltext.indexed.Indexed
Indexed.Callback -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()language()Jazyk indexovaných dokumentovvracia IndexingMapper, ktorý spracuje dodaný ResultSet a zapíše ho do dodaného writer-aname()Vracia názov slúžiaci na identifikáciu dokumentu, používa sa pri vytváraní adresárovintPočet všetkých dokumentovsql()vracia SQL vracajúce dokumenty.static voidupdateSingleQuestion(int forumId) Methods inherited from class sk.iway.iwcm.system.fulltext.indexed.Indexed
defaultField, defaultLanguage, proccessed, setCallback, titleField, titleField, urlField
-
Constructor Details
-
Forums
public Forums()
-
-
Method Details
-
close
public void close() -
language
Description copied from class:IndexedJazyk indexovaných dokumentov -
mapper
Description copied from class:Indexedvracia IndexingMapper, ktorý spracuje dodaný ResultSet a zapíše ho do dodaného writer-a -
name
Description copied from class:IndexedVracia názov slúžiaci na identifikáciu dokumentu, používa sa pri vytváraní adresárov -
numberOfDocuments
public int numberOfDocuments()Description copied from class:IndexedPočet všetkých dokumentov- Specified by:
numberOfDocumentsin classIndexed- Returns:
-
sql
Description copied from class:Indexedvracia SQL vracajúce dokumenty. ktoré chcem indexovat -
updateSingleQuestion
public static void updateSingleQuestion(int forumId)
-