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 TypeMethodDescriptionvoid
close()
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árovint
Počet všetkých dokumentovsql()
vracia SQL vracajúce dokumenty.static void
updateSingleQuestion
(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:Indexed
Jazyk indexovaných dokumentov -
mapper
Description copied from class:Indexed
vracia IndexingMapper, ktorý spracuje dodaný ResultSet a zapíše ho do dodaného writer-a -
name
Description copied from class:Indexed
Vracia názov slúžiaci na identifikáciu dokumentu, používa sa pri vytváraní adresárov -
numberOfDocuments
public int numberOfDocuments()Description copied from class:Indexed
Počet všetkých dokumentov- Specified by:
numberOfDocuments
in classIndexed
- Returns:
-
sql
Description copied from class:Indexed
vracia SQL vracajúce dokumenty. ktoré chcem indexovat -
updateSingleQuestion
public static void updateSingleQuestion(int forumId)
-