mirror of https://github.com/apache/lucene.git
LUCENE-7564: add missing javadocs
This commit is contained in:
parent
73f068e503
commit
266ca26407
|
@ -137,6 +137,7 @@ public class AnalyzingInfixSuggester extends Lookup implements Closeable {
|
|||
/** {@link IndexSearcher} used for lookups. */
|
||||
protected SearcherManager searcherMgr;
|
||||
|
||||
/** Used to manage concurrent access to searcherMgr */
|
||||
protected final Object searcherMgrLock = new Object();
|
||||
|
||||
/** Default minimum number of leading characters before
|
||||
|
|
Loading…
Reference in New Issue