nqxcode / laravel-lucene-search

Laravel 4.2, 5.* package for full-text search over Eloquent models based on ZF2 Lucene.
73 stars 28 forks source link

Make index rebuilding safe. #58

Closed nqxcode closed 5 years ago

nqxcode commented 6 years ago

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.

nqxcode commented 5 years ago

Made for version 1.x only.