Class Forums

java.lang.Object
sk.iway.iwcm.system.fulltext.indexed.Indexed
sk.iway.iwcm.system.fulltext.indexed.Forums

public class Forums extends Indexed
Forums.java
  • Constructor Details

    • Forums

      public Forums()
  • Method Details

    • close

      public void close()
      Specified by:
      close in class Indexed
    • language

      public String language()
      Description copied from class: Indexed
      Jazyk indexovaných dokumentov
      Specified by:
      language in class Indexed
      Returns:
    • mapper

      public IndexingMapper mapper(org.apache.lucene.index.IndexWriter writer, Writer log)
      Description copied from class: Indexed
      vracia IndexingMapper, ktorý spracuje dodaný ResultSet a zapíše ho do dodaného writer-a
      Specified by:
      mapper in class Indexed
      Returns:
    • name

      public String name()
      Description copied from class: Indexed
      Vracia názov slúžiaci na identifikáciu dokumentu, používa sa pri vytváraní adresárov
      Specified by:
      name in class Indexed
      Returns:
    • numberOfDocuments

      public int numberOfDocuments()
      Description copied from class: Indexed
      Počet všetkých dokumentov
      Specified by:
      numberOfDocuments in class Indexed
      Returns:
    • sql

      public String sql()
      Description copied from class: Indexed
      vracia SQL vracajúce dokumenty. ktoré chcem indexovat
      Specified by:
      sql in class Indexed
      Returns:
    • updateSingleQuestion

      public static void updateSingleQuestion(int forumId)