org.olat.search.service.indexer
Class ForumIndexer

java.lang.Object
  extended by org.olat.search.service.indexer.AbstractIndexer
      extended by org.olat.search.service.indexer.ForumIndexer
All Implemented Interfaces:
Indexer
Direct Known Subclasses:
FOCourseNodeIndexer, GroupForumIndexer

public abstract class ForumIndexer
extends AbstractIndexer

Common forum indexer. Index all Messages of a forum.

Author:
Christian Guretzki

Constructor Summary
ForumIndexer()
           
 
Method Summary
 void doIndexAllMessages(SearchResourceContext parentResourceContext, Forum forum, OlatFullIndexer indexWriter)
           
 
Methods inherited from class org.olat.search.service.indexer.AbstractIndexer
checkAccess, doIndex, setIndexerList
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.olat.search.service.indexer.Indexer
checkAccess, getSupportedTypeName
 

Constructor Detail

ForumIndexer

public ForumIndexer()
Method Detail

doIndexAllMessages

public void doIndexAllMessages(SearchResourceContext parentResourceContext,
                               Forum forum,
                               OlatFullIndexer indexWriter)
                        throws java.io.IOException,
                               java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException