Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang committed Oct 27, 2023
1 parent fd46dfa commit 8be7597
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/DynamoCore/Utilities/LuceneSearchUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
using System.IO;
using System.Linq;
using Dynamo.Configuration;
using Dynamo.Events;
using Dynamo.Logging;
using Dynamo.Models;
using Dynamo.Search.SearchElements;
using Dynamo.Session;
using Lucene.Net.Analysis;
using Lucene.Net.Analysis.Br;
using Lucene.Net.Analysis.Cjk;
Expand Down Expand Up @@ -400,7 +397,7 @@ internal void DisposeWriter()
internal void DisposeAll()
{
DisposeWriter();
DirReader?.Dispose();
dirReader?.Dispose();
indexDir?.Dispose();
Analyzer?.Dispose();
}
Expand Down

0 comments on commit 8be7597

Please sign in to comment.