When multiple save events are fired within a short period of time, each time the SOLR indexing will betriggered. Inconsistencies occured, when the indexing started while the save operation was not finished.
I solved the problem bei introducing a DelayQueue and a new ExecutorService which triggers the indexing.
When multiple save events are fired within a short period of time, each time the SOLR indexing will betriggered.
Inconsistencies occured, when the indexing started while the save operation was not finished.
I solved the problem bei introducing a DelayQueue and a new ExecutorService which triggers the indexing.