Skip to content

Commit

Permalink
Update Lombiq.Hosting.Tenants.Maintenance/Maintenance/ElasticsearchIn…
Browse files Browse the repository at this point in the history
…dices/RebuildElasticsearchIndicesMaintenanceProvider.cs

Co-authored-by: Gábor Pór <[email protected]>
  • Loading branch information
wAsnk and porgabi authored Sep 12, 2024
1 parent 5f26590 commit 1f178ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public override async Task ExecuteAsync(MaintenanceTaskExecutionContext context)

if (setting.QueryAnalyzerName != setting.AnalyzerName)
{
// Query Analyzer may be different until the index in rebuilt.
// Query Analyzer may be different until the index is rebuilt.
// Since the index is rebuilt, lets make sure we query using the same analyzer.
setting.QueryAnalyzerName = setting.AnalyzerName;

Expand Down

0 comments on commit 1f178ec

Please sign in to comment.