On Wed, Nov 16, 2016 at 8:28 PM, Davide Giannella <[email protected]> wrote: > As we may have multiple threads performing the indexing it would be nice > if such aspect could be configured OSGi wise with a list in which you > can specify them.
The OSGi config shown above is a list. So you can define multiple indexers here ------ asyncConfigs=[ \ "async:5", \ "async-fulltext:10", \ ] leaseTimeOutMinutes=I"15" ------ Is that what you were looking for? Chetan Mehrotra
