mirror of https://github.com/apache/lucene.git
spelling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4140f73774
commit
ac068109b8
|
@ -147,7 +147,7 @@ public class IndexSearcher {
|
||||||
this(context, null);
|
this(context, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
// convinience ctor for other IR based ctors
|
// convenience ctor for other IR based ctors
|
||||||
private IndexSearcher(IndexReader reader, boolean closeReader, ExecutorService executor) {
|
private IndexSearcher(IndexReader reader, boolean closeReader, ExecutorService executor) {
|
||||||
this(reader.getTopReaderContext(), closeReader, executor);
|
this(reader.getTopReaderContext(), closeReader, executor);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue