Description
OAK-3576 introduced a way to hook SPI to provide extra fields and query terms for a lucene index.
In Osgi world, due to OAK-3815, LuceneIndexProviderService registered references to SPI and pinged IndexAugmentFactory to update its map. But, it seems bind/unbind methods get called ahead of time as compared to the information Tracker contains. This leads to wrong set of services captured by IndexAugmentFactory