Can we create Lucene indexes only once at for initial set up only?
问题 I am an newbie in Hibernate Search . According to Documentation By default, every time an object is inserted, updated or deleted through Hibernate, Hibernate Search updates the according Lucene index. As I learn till now I come to know that we can build the lucene index through programmatically like this :( correct me if I am wrong) FullTextSession fullTextSession = Search.getFullTextSession(session); fullTextSession.createIndexer().startAndWait(); But what makes me surprise if is there is