There are two possible problems with concurrency in the Search Add-on:
- There is possibility in case of parralel execution of two operations(index configurations updating and indexing of entities) the wrong index configuration will be used. The proposal is to block indexing operation for the duration of the index configurations sinchronization process
- It is possible that during the single operation searching and (especially) indexing data the two diferent configurations of the single index will be used. The proposal is to check such cases and correct the behavior.