com.silverpeas.questionReply.index
Class QuestionIndexer

java.lang.Object
  extended by com.silverpeas.questionReply.index.QuestionIndexer

public class QuestionIndexer
extends Object

Author:
ehugonnet

Constructor Summary
QuestionIndexer()
           
 
Method Summary
 void createIndex(Question question, Collection<Reply> replies)
           
 void deleteIndex(Question question)
          Be carefull we don't delete Replies indexes.
 void updateIndex(Question question, Collection<Reply> replies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestionIndexer

public QuestionIndexer()
Method Detail

createIndex

public void createIndex(Question question,
                        Collection<Reply> replies)

updateIndex

public void updateIndex(Question question,
                        Collection<Reply> replies)

deleteIndex

public void deleteIndex(Question question)
Be carefull we don't delete Replies indexes.

Parameters:
question -


Copyright © 2016 Silverpeas. All Rights Reserved.