nqxcode/laravel-lucene-search

Make index rebuilding safe.

nqxcode opened this issue · 1 comments

Now command search:rebuild recreate index and during execution of this procedure search is not available. It is necessary to make search available, and index was replaced only when the creation of a new index was complete.

Made for version 1.x only.