(fix precommit) lucene-monitor: remove unused import in ReadonlyQueryIndex

This commit is contained in:
Christine Poerschke 2024-05-24 18:14:44 +01:00
parent 40f674c5d3
commit be513cf515
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ import java.util.concurrent.ScheduledExecutorService;
import org.apache.lucene.index.LeafReaderContext;
import org.apache.lucene.search.IndexSearcher;
import org.apache.lucene.search.Query;
import org.apache.lucene.search.Scorable;
import org.apache.lucene.search.ScoreMode;
import org.apache.lucene.search.SearcherManager;
import org.apache.lucene.search.SimpleCollector;