mirror of https://github.com/apache/lucene.git
LUCENE-4055: nuke obselete nocommit, expand on note
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4055@1341967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7a1834c41f
commit
63efab259c
|
@ -55,8 +55,7 @@ final class SegmentMerger {
|
|||
private final MergeState mergeState = new MergeState();
|
||||
private final FieldInfos.Builder fieldInfosBuilder;
|
||||
|
||||
// nocommit nuke name since SI has it.... but Directory is
|
||||
// NOT the same!!
|
||||
// note, just like in codec apis Directory 'dir' is NOT the same as segmentInfo.dir!!
|
||||
SegmentMerger(SegmentInfo segmentInfo, InfoStream infoStream, Directory dir, int termIndexInterval,
|
||||
MergeState.CheckAbort checkAbort, PayloadProcessorProvider payloadProcessorProvider,
|
||||
FieldInfos.FieldNumbers fieldNumbers, IOContext context) {
|
||||
|
|
Loading…
Reference in New Issue