Disable Event Based Indexing

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2334

This topic has not yet been written. The content below is from the topic description.
By default, every time an object is inserted, updated or deleted through Hibernate, Hibernate Search updates the according Lucene index. It is sometimes desirable to disable that features if either your index is read-only or if index updates are done in a batch way (see Section 6.3, “Rebuilding the whole index”). To disable event based indexing, set hibernate.search.indexing_strategy = manual