custom binding and port number (#195)

* allow custom bindings

* reorganize

* cleanup
This commit is contained in:
Jason Dove
2021-05-20 20:09:14 -05:00
committed by GitHub
parent 5fd0cc5469
commit c0b5ecd388
11 changed files with 90 additions and 17 deletions
@@ -55,8 +55,8 @@ namespace ErsatzTV.Infrastructure.Search
private readonly ILogger<SearchIndex> _logger;
private FSDirectory _directory;
private IndexWriter _writer;
private bool _initialized;
private IndexWriter _writer;
public SearchIndex(ILogger<SearchIndex> logger)
{