com.silverpeas.questionReply.index
Class QuestionIndexer
java.lang.Object
com.silverpeas.questionReply.index.QuestionIndexer
public class QuestionIndexer
- extends Object
- Author:
- ehugonnet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuestionIndexer
public QuestionIndexer()
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.