SenseNet / sn-search-lucene29

sensenet Search engine implementation using Lucene.Net 2.9
GNU General Public License v2.0
1 stars 0 forks source link

Starting and stopping central search service client multiple times #54

Closed tusmester closed 2 years ago

tusmester commented 3 years ago

Currently it is not possible to start and stop the search service client multiple times, because the connection (GrpcClient) is not started in the correct place. We may need a new Start/Stop api instead of using a sensenet-specific ISnService interface, because the service starts the client too late.