mirror of
https://github.com/apache/lucene.git
synced 2025-03-08 17:49:29 +00:00
make PrimaryNode's IndexWriter protected
This commit is contained in:
parent
6d540b9d7a
commit
5e062d209a
@ -56,7 +56,7 @@ public abstract class PrimaryNode extends Node {
|
||||
// Current NRT segment infos, incRef'd with IndexWriter.deleter:
|
||||
private SegmentInfos curInfos;
|
||||
|
||||
final IndexWriter writer;
|
||||
protected final IndexWriter writer;
|
||||
|
||||
// IncRef'd state of the last published NRT point; when a replica comes asking, we give it this as the current NRT point:
|
||||
private CopyState copyState;
|
||||
|
Loading…
x
Reference in New Issue
Block a user