Class QuestionIndexer


  • @Technical
    @Bean
    public class QuestionIndexer
    extends Object
    Author:
    ehugonnet
    • Constructor Detail

      • QuestionIndexer

        public QuestionIndexer()
    • Method Detail

      • deleteIndex

        public void deleteIndex​(Question question)
        Delete index of the specified question.
        Parameters:
        question - a question
        Implementation Note:
        The index of the replies to the question isn't deleted.