Class QuestionIndexer
java.lang.Object
org.silverpeas.components.questionreply.index.QuestionIndexer
- Author:
- ehugonnet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateIndex(Question question, Collection<Reply> replies) voiddeleteIndex(Question question) Delete index of the specified question.voidupdateIndex(Question question, Collection<Reply> replies)
-
Constructor Details
-
QuestionIndexer
public QuestionIndexer()
-
-
Method Details
-
createIndex
-
updateIndex
-
deleteIndex
Delete index of the specified question.- Parameters:
question- a question- Implementation Note:
- The index of the replies to the question isn't deleted.
-