You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue in IndexingConsumer, when there are exceptions during init->consume phase, and re-init happens without a finish being called.
Introduced Lock during IndexingConsumer engine swap - Introduced StampedLockCloseForageLuceneSearchEngine to ensure that there are new searches being made while close is happening
Features:
Support for phrase query
Support for matchall query
Renamed a few builder methods for better readability
Exposing the UpdateEngine from the bundle. This could be used for adhoc bootstrapping other than the periodic bootstrap
Internal Design enhancements
Optimized the retrieval from data-store, to a bulkGet during search translations
Changed the Indexing consumer to be more generic (without lucene constructs)